Fix TODO for mobile network settings
1. Add intent filter to MobileNetworkActivity(new page) 2. Add metrics id 3. Remove obsolete TODOs Bug: 114749736 Test: Manual Change-Id: I36f41983dc8cc36ccdf548174fc494044ec1b241
This commit is contained in:
@@ -139,7 +139,11 @@
|
||||
android:label="@string/network_settings_title"
|
||||
android:theme="@style/Theme.Settings.Home"
|
||||
android:launchMode="singleTask">
|
||||
<!-- TODO(b/114749736): add intent filter here and disable the one in telephony -->
|
||||
<intent-filter android:priority="1">
|
||||
<action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" />
|
||||
<action android:name="android.settings.DATA_ROAMING_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- Alias for launcher activity only, as this belongs to each profile. -->
|
||||
|
||||
Reference in New Issue
Block a user