Merge "Use experimental string in user aspect ratio settings" into udc-qpr-dev am: 10050559cc am: f6bafc836e
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/24828451 Change-Id: I768fd7baef049d3243ca01f0b0bd2eb6aa19d8e3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1568,7 +1568,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" />
|
||||
@@ -1581,7 +1581,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" />
|
||||
|
||||
Reference in New Issue
Block a user