如何使音量控制来控制通知音量?

时间:2012-08-05 03:07:15

标签: android notifications volume preference

我有一个应用程序有卷首选项,我将用它来控制通知量。在我的布局代码下面:

<VolumePreference
    android:name="Volume Preference"
    android:summary="Notification Volume"
    android:title="Notification Volume"
    android:key="notifVolPref"/>

但我不知道,如何在课堂上实现这一点?

0 个答案:

没有答案