Cherish: Add Oneplus3Parts to main menu

This commit is contained in:
xyyx
2017-11-18 23:24:47 +08:00
committed by hungphan2001
parent ed2eedb07a
commit 745b46dffe
5 changed files with 29 additions and 0 deletions

View File

@@ -79,4 +79,14 @@
android:fragment="com.cherish.settings.fragments.MiscSettings"
android:icon="@drawable/ic_settings_miscs"/>
<!-- Device Part -->
<Preference
android:key="device_part"
android:persistent="false"
android:title="@string/device_part_title"
android:icon="@drawable/ic_settings_device">
<intent android:action="android.intent.action.MAIN"
android:targetPackage="org.omnirom.device"
android:targetClass="org.omnirom.device.DeviceSettings"/>
</Preference>
</PreferenceScreen>