Re: [android-developers] How to start the Volume dialog in Setting app from somewhere else?

2011-07-08 Thread TreKing
On Wed, Jul 6, 2011 at 10:48 PM, pengguang wrote: > I want to start this dialog from another app. You can't just arbitrarily start another app's dialog in your app. You can either create your own dialog that does the same thing or launch an intent to bring the user to the preference page in que

[android-developers] How to start the Volume dialog in Setting app from somewhere else?

2011-07-08 Thread pengguang
The volume dialog is of type RingerVolumePreference, not a subclass of Activity. I have tried the 'am start' command, and it failed. I want to start this dialog from another app. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th