开发者

Android: How to open notification sound settings menu in

I am writing an application which uses notifications. I want to offer the user an option to change the default notification sound from the device sound settings menu programmatically. for that i'm using:

startActivityForResult(new Intent(androi开发者_开发技巧d.provider.Settings.ACTION_SOUND_SETTINGS), 0);

the problem is, that the sound settings menu opens but I can not find a way to actually open the notification sound item.

Is there any way this could be done? Thanks, joel


You have written very correct.

We can open Settings -> Sound and Notification Menu via

startActivityForResult(new Intent(android.provider.Settings.ACTION_SOUND_SETTINGS), 0);

I am editing my answer, yes we cann open sub menu through the Action which is to be passed in Intent();


Do you mean open the pop up menu for notification ringtone selection? if so i am not sure there's way

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜