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?:

  <uses-permission
        android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
  <uses-permission
        android:name="android.permission.READ_SYNC_STATS" />

are these specific to sdk level 5?

Ideally, we could include these for level 3 and 4 users, and they just
won't be shown the contact sync option at all. Is this how it's meant
to work?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to