Merge "[3/n] Add aspect ratio app info page" into udc-qpr-dev am: 386b02e906 am: e5e57a8d9e
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/23819685 Change-Id: I0a880774214c804f2c22fb7aa876c39349e71b62 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -608,23 +608,24 @@
|
||||
<item>3</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- TODO(b/287448187): add USER_MIN_ASPECT_RATIO_DISPLAY_SIZE entry -->
|
||||
<!-- App screen size settings screen, User aspect ratio override options. Must be the same
|
||||
<!-- App aspect ratio settings screen, user aspect ratio override options. Must be the same
|
||||
length and order as config_userAspectRatioOverrideValues below. -->
|
||||
<string-array name="config_userAspectRatioOverrideEntries" translatable="false">
|
||||
<item>@string/user_aspect_ratio_app_default</item>
|
||||
<item>@string/user_aspect_ratio_half_screen</item>
|
||||
<item>@string/user_aspect_ratio_device_size</item>
|
||||
<item>@string/user_aspect_ratio_16_9</item>
|
||||
<item>@string/user_aspect_ratio_4_3</item>
|
||||
<item>@string/user_aspect_ratio_3_2</item>
|
||||
</string-array>
|
||||
|
||||
<!-- App screen size settings screen, User aspect ratio override options. Must be the same
|
||||
<!-- App aspect ratio settings screen, user aspect ratio override options. Must be the same
|
||||
length and order as config_userAspectRatioOverrideEntries above. The values must
|
||||
correspond to PackageManager.UserMinAspectRatio -->
|
||||
<integer-array name="config_userAspectRatioOverrideValues" translatable="false">
|
||||
<item>0</item> <!-- USER_MIN_ASPECT_RATIO_UNSET -->
|
||||
<item>1</item> <!-- USER_MIN_ASPECT_RATIO_SPLIT_SCREEN -->
|
||||
<item>2</item> <!-- USER_MIN_ASPECT_RATIO_DISPLAY_SIZE -->
|
||||
<item>4</item> <!-- USER_MIN_ASPECT_RATIO_16_9 -->
|
||||
<item>3</item> <!-- USER_MIN_ASPECT_RATIO_4_3 -->
|
||||
<item>5</item> <!-- USER_MIN_ASPECT_RATIO_3_2 -->
|
||||
|
||||
@@ -12113,25 +12113,30 @@
|
||||
other {Apps installed more than # months ago}
|
||||
}</string>
|
||||
|
||||
<!-- App Screen Size (User Aspect Ratio Override) -->
|
||||
<!-- [CHAR LIMIT=60] Screen size app list title setting to choose aspect ratio -->
|
||||
<string name="screen_size_title">Screen size</string>
|
||||
<!-- [CHAR LIMIT=NONE] Screen size setting summary to choose aspect ratio for apps unoptimized for device -->
|
||||
<string name="screen_size_summary">Choose an aspect ratio for apps if they haven’t been optimized for your <xliff:g id="device_name">%1$s</xliff:g></string>
|
||||
<!-- App Aspect Ratio (User Aspect Ratio Override) -->
|
||||
<!-- [CHAR LIMIT=60] Aspect ratio title setting to choose app aspect ratio -->
|
||||
<string name="aspect_ratio_title">Aspect ratio</string>
|
||||
<!-- [CHAR LIMIT=NONE] Aspect ratio setting summary to choose aspect ratio for apps unoptimized for device -->
|
||||
<string name="aspect_ratio_summary">Choose an aspect ratio to view this app if it hasn\'t been designed to fit your <xliff:g id="device_name">%1$s</xliff:g></string>
|
||||
<!-- [CHAR LIMIT=NONE] Aspect ratio suggested apps filter label -->
|
||||
<string name="user_aspect_ratio_suggested_apps_label">Suggested apps</string>
|
||||
<!-- [CHAR LIMIT=NONE] Filter label for apps that have user aspect ratio override applied -->
|
||||
<string name="user_aspect_ratio_overridden_apps_label">Apps you have overridden</string>
|
||||
<!-- [CHAR LIMIT=NONE] App default aspect ratio entry -->
|
||||
<string name="user_aspect_ratio_app_default">App default</string>
|
||||
<!-- [CHAR LIMIT=NONE] Half-screen aspect ratio entry -->
|
||||
<string name="user_aspect_ratio_half_screen">Half-screen</string>
|
||||
<!-- [CHAR LIMIT=NONE] Half screen aspect ratio entry -->
|
||||
<string name="user_aspect_ratio_half_screen">Half screen</string>
|
||||
<!-- [CHAR LIMIT=NONE] Device display size aspect ratio entry -->
|
||||
<string name="user_aspect_ratio_device_size">Device aspect ratio</string>
|
||||
<!-- [CHAR LIMIT=NONE] 16:9 aspect ratio entry -->
|
||||
<string name="user_aspect_ratio_16_9">16:9</string>
|
||||
<!-- [CHAR LIMIT=NONE] 3:2 aspect ratio entry -->
|
||||
<string name="user_aspect_ratio_3_2">3:2</string>
|
||||
<!-- [CHAR LIMIT=NONE] 4:3 aspect ratio entry -->
|
||||
<string name="user_aspect_ratio_4_3">4:3</string>
|
||||
<!-- [CHAR LIMIT=NONE] Warning description for app info aspect ratio page -->
|
||||
<string name="app_aspect_ratio_footer">The app will restart when you change aspect ratio. You may lose unsaved changes.</string>
|
||||
|
||||
|
||||
<!-- Accessibility label for fingerprint sensor [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_fingerprint_label">Fingerprint sensor</string>
|
||||
|
||||
Reference in New Issue
Block a user