Merge "Add an intent filter for MobileNetworkListActivity to enable access from the LPA"
This commit is contained in:
@@ -217,6 +217,7 @@
|
|||||||
android:label="@string/network_settings_title">
|
android:label="@string/network_settings_title">
|
||||||
<intent-filter android:priority="1">
|
<intent-filter android:priority="1">
|
||||||
<action android:name="android.settings.MOBILE_NETWORK_LIST" />
|
<action android:name="android.settings.MOBILE_NETWORK_LIST" />
|
||||||
|
<action android:name="android.settings.MANAGE_ALL_SUBSCRIPTIONS_SETTINGS" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||||
|
Reference in New Issue
Block a user