Cherish:Run NavBar tuner and StatusBar tuner

This commit is contained in:
Hưng Phan
2020-10-02 21:43:06 +07:00
parent e12344c210
commit b301c69b76
3 changed files with 35 additions and 3 deletions

View File

@@ -18,6 +18,19 @@
android:title="@string/button_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
android:key="navbar"
android:title="@string/navbar_title">
<Preference
android:title="@string/navbar_tuner_title"
android:icon="@drawable/ic_shortcuts">
<intent android:action="android.intent.action.MAIN"
android:targetPackage="com.android.systemui"
android:targetClass="com.android.systemui.tuner.NavBarActivity" />
</Preference>
</PreferenceCategory>
<PreferenceScreen
android:key="volume_key"
android:fragment="com.cherish.settings.fragments.VolumeRockerSettings"