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

Commit 9a462738 authored by Zoey Chen's avatar Zoey Chen Committed by Android (Google) Code Review
Browse files

Merge "[Settings] Do not remove the obsolete activity, we still need the...

Merge "[Settings] Do not remove the obsolete activity, we still need the activity when flag is off" into main
parents a8ee552c ad72c338
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1087,6 +1087,18 @@
                       android:value="com.android.settings.localepicker.AppLocalePickerFragment"/>
        </activity>

        <activity
            android:name=".localepicker.AppLocalePickerActivity"
            android:label="@string/app_locale_picker_title"
            android:configChanges="orientation|screenSize|keyboardHidden"
            android:exported="true" >
            <intent-filter>
                <action android:name="android.settings.APP_LOCALE_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="package" />
            </intent-filter>
        </activity>

        <activity android:name=".localepicker.NotificationActionActivity"
            android:excludeFromRecents="true"
            android:theme="@android:style/Theme.NoDisplay">