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 <hack...@android.com> 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 <danesh...@gmail.com>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 android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs 
> > cr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> 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 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