Oh ok. So no way of launching app specific details eh. I found this in the installedappdetails.java
final String packageName = intent.getStringExtra(ManageApplications.APP_PKG_NAME); Neway. Thanks On Mar 2, 8:07 pm, Dianne Hackborn <[email protected]> wrote: > The only standard settings screens apps can launch are those defined in the > SDK in the actions in the settings provider: > > http://developer.android.com/reference/android/provider/Settings.html > > <http://developer.android.com/reference/android/provider/Settings.html>ACTION_MANAGE_APPLICATIONS_SETTINGS > is one of them. > > On Tue, Mar 2, 2010 at 5:48 PM, Danesh Mondegarian <[email protected]>wrote: > > > > > > > Hey guys, > > > Im trying something, im just stuck on finding the intent to get to > > this screen :mad: > > > I can get to this screen > > >http://i50.tinypic.com/2lc1cia.png > > > using > > > adb shell am start -a android.intent.action.MAIN -n > > com.android.settings/.ManageApplications > > > I wanna know how i can get to any of the application subscreens so > > >http://i47.tinypic.com/20rkbdd.png > > > Is there any intent for going into specific app settings ? > > > When monitoring the logs to find the intents. I notice it says > > > /.InstalledAppDetails <has extras> > > > ne clue as to what these "extras" are ? > > > Thanks, > > Danesh > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<android-developers%2Bunsubs > > [email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

