Merge "Fix TODO for mobile network settings"

This commit is contained in:
TreeHugger Robot
2019-01-07 20:24:13 +00:00
committed by Android (Google) Code Review
5 changed files with 9 additions and 8 deletions

View File

@@ -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. -->