Re: [android-developers] Sync Adapter and api level 3 & 4?

2010-07-30 Thread Dianne Hackborn
Yes permissions on older platforms will be ignored. Since older platforms don't know about sync adapters, they just won't do anything with them. Do be sure of course to test your code on an older platform to be sure all is well, though. On Fri, Jul 30, 2010 at 11:17 AM, Mark Wyszomierski wrote:

[android-developers] Sync Adapter and api level 3 & 4?

2010-07-30 Thread Mark Wyszomierski
Hi, I'm looking at the sample sync adapter here: http://developer.android.com/resources/samples/SampleSyncAdapter/index.html I'd like to still support sdk level 3 and 4 devices. Will including the following lines in my app's manifest be problematic?: are these specific to sdk level 5?