Merge "Settings: Add SMS Mirroring."
This commit is contained in:
committed by
Android (Google) Code Review
commit
ba70d1866f
@@ -38,11 +38,17 @@
|
||||
android:icon="@drawable/ic_android"
|
||||
android:order="-4"/>
|
||||
|
||||
<Preference
|
||||
android:key="sms_mirroring"
|
||||
android:title="@string/sms_mirroring_pref"
|
||||
android:icon="@drawable/ic_compare_arrows_24dp"
|
||||
android:order="-3"/>
|
||||
|
||||
<Preference
|
||||
android:key="usb_mode"
|
||||
android:title="@string/usb_pref"
|
||||
android:icon="@drawable/ic_usb"
|
||||
android:order="-3">
|
||||
android:order="-2">
|
||||
<intent android:action="android.intent.action.MAIN"
|
||||
android:targetPackage="com.android.settings"
|
||||
android:targetClass="com.android.settings.deviceinfo.UsbModeChooserActivity"/>
|
||||
@@ -52,4 +58,4 @@
|
||||
android:key="dashboard_tile_placeholder"
|
||||
android:order="50"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
</PreferenceScreen>
|
||||
|
Reference in New Issue
Block a user