Merge "Add a plus button to the mobile pref on Network & internet page"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a0690b3d2e
@@ -23,6 +23,8 @@
|
||||
android:key="add_more"
|
||||
android:title="@string/mobile_network_list_add_more"
|
||||
android:icon="@drawable/ic_menu_add"
|
||||
android:order="100" />
|
||||
android:order="100" >
|
||||
<intent android:action="android.telephony.euicc.action.PROVISION_EMBEDDED_SUBSCRIPTION" />
|
||||
</Preference>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
android:targetClass="Settings$WifiSettingsActivity" />
|
||||
</com.android.settings.widget.MasterSwitchPreference>
|
||||
|
||||
<com.android.settingslib.RestrictedPreference
|
||||
<com.android.settings.widget.AddPreference
|
||||
android:key="mobile_network_list"
|
||||
android:title="@string/network_settings_title"
|
||||
android:summary="@string/summary_placeholder"
|
||||
|
||||
Reference in New Issue
Block a user