Cherish: Add Oneplus3Parts to main menu
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user