Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b720318f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix color filling on some Wifi pages" into sc-dev

parents dff47cf0 129036cf
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@

        <activity android:name=".network.telephony.MobileNetworkActivity"
                  android:label="@string/network_settings_title"
                  android:theme="@style/Theme.Settings.Home"
                  android:theme="@style/Theme.SubSettings"
                  android:exported="true"
                  android:launchMode="singleTask">
            <intent-filter android:priority="1">
@@ -418,6 +418,7 @@
                android:label="@string/apn_settings"
                android:launchMode="singleTask"
                android:exported="true"
                android:theme="@style/Theme.SubSettings"
                android:configChanges="orientation|keyboardHidden|screenSize">
            <intent-filter android:priority="1">
                <action android:name="android.settings.APN_SETTINGS" />
@@ -2060,6 +2061,7 @@
        <activity android:name="Settings$ApnEditorActivity"
                android:configChanges="orientation|keyboardHidden|screenSize"
                android:exported="true"
                android:theme="@style/Theme.SubSettings"
                android:label="@string/apn_edit">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
@@ -3000,6 +3002,7 @@
        <activity
            android:name="Settings$WifiCallingSettingsActivity"
            android:exported="true"
            android:theme="@style/Theme.SubSettings"
            android:label="@string/wifi_calling_settings_title">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />