Merge "Fix intent String for starting profile management page in Manifest"

This commit is contained in:
Peter Wang
2021-04-09 22:24:58 +00:00
committed by Gerrit Code Review

View File

@@ -207,7 +207,7 @@
android:label="@string/network_settings_title">
<intent-filter android:priority="1">
<action android:name="android.settings.MOBILE_NETWORK_LIST" />
<action android:name="android.settings.MANAGE_ALL_SUBSCRIPTIONS_SETTINGS" />
<action android:name="android.settings.MANAGE_ALL_SIM_PROFILES_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"