标签: android notifications volume preference
我有一个应用程序有卷首选项,我将用它来控制通知量。在我的布局代码下面:
<VolumePreference android:name="Volume Preference" android:summary="Notification Volume" android:title="Notification Volume" android:key="notifVolPref"/>
但我不知道,如何在课堂上实现这一点?