Merge "Fix intent String for starting profile management page in Manifest" into sc-dev am: cd263f5535

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14143405

Change-Id: If2e7f35367c6c9c1900cc6cdaae83c95222c9b1f
This commit is contained in:
Peter Wang
2021-04-09 20:46:59 +00:00
committed by Automerger Merge Worker

View File

@@ -221,7 +221,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" /> <action android:name="android.settings.MANAGE_ALL_SIM_PROFILES_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"