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

Commit e3951e39 authored by Massimo Carli's avatar Massimo Carli
Browse files

Use experimental string in user aspect ratio settings

Bug: 300219974
Test: Manual

Change-Id: I92b23e525f6c48d11e61080af5502c68ec9059e0
parent 7cac3f9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1582,7 +1582,7 @@

        <activity android:name="Settings$UserAspectRatioAppListActivity"
            android:exported="true"
            android:label="@string/aspect_ratio_title">
            android:label="@string/aspect_ratio_experimental_title">
            <intent-filter android:priority="1">
                <action android:name="android.settings.MANAGE_USER_ASPECT_RATIO_SETTINGS"/>
                <category android:name="android.intent.category.DEFAULT" />
@@ -1595,7 +1595,7 @@

        <activity android:name="Settings$UserAspectRatioAppActivity"
                  android:exported="true"
                  android:label="@string/aspect_ratio_title">
                  android:label="@string/aspect_ratio_experimental_title">
            <intent-filter>
                <action android:name="android.settings.MANAGE_USER_ASPECT_RATIO_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />