Cherish:Run NavBar tuner and StatusBar tuner
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -14,4 +14,17 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/statusbar_title"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="status_bar_icons"
|
||||
android:title="@string/status_bar_system_icons_title">
|
||||
|
||||
<Preference
|
||||
android:title="@string/statusbar_items_title"
|
||||
android:icon="@drawable/ic_shortcuts">
|
||||
<intent android:action="android.intent.action.MAIN"
|
||||
android:targetPackage="com.android.systemui"
|
||||
android:targetClass="com.android.systemui.tuner.StatusbarItemsActivity" />
|
||||
</Preference>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user