You need to specify the target package/class for the intent as it
doesn't appear to be registered for it explicitly (probably a reason
for that.)

Intent l_oIntent = new Intent();

l_oIntent.setAction( "android.settings.SYNC_SETTINGS" );
l_oIntent.setClassName( "com.android.settings",
"com.android.settings.SyncSettings" );

startActivity( l_oIntent );
--~--~---------~--~----~------------~-------~--~----~
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