Added transparency-metadata display.

This feature enables 'App Details' to support MBAs with metadata file and display in an offline UI. This change includes a new fragment and user view that sources data from within any MBAs apk file that contains application-metadata.xml.

Test: make -j64 RunSettingsRoboTests , AVD manual test
Change-Id: If7822100a90f5fb8d33ce5d85958391fc33ecbee
Bug: 244215932
This commit is contained in:
George Chan
2022-09-13 19:06:22 +00:00
parent 2286d8c994
commit 9c68bf9312
12 changed files with 897 additions and 20 deletions

View File

@@ -11907,4 +11907,26 @@
<!-- [CHAR LIMIT=NONE] Title for Accessibility Software Cursor setting for keyboard shift. -->
<string name="software_cursor_trigger_keyboard_shift_enabled_title" translatable="false">Shift gesture detection region above keyboard</string>
<!-- Mobile Bundled Apps Transparency Metadata-->
<!-- [CHAR_LIMIT=NONE] Label for mobile bundled apps screen -->
<string name="mobile_bundled_apps">Mobile bundled apps</string>
<!-- [CHAR_LIMIT=NONE] Title for mobile bundled apps screen -->
<string name="mobile_bundled_apps_title">Mobile bundled apps</string>
<!-- [CHAR_LIMIT=NONE] Title for mobile bundled apps transparency information details screen -->
<string name="mobile_bundled_apps_details_title">Mobile bundled apps transparency info</string>
<!-- [CHAR_LIMIT=NONE] Subheading for mobile bundled apps transparency information details screen -->
<string name="mobile_bundled_apps_details_contains_ad_title">Contains ads</string>
<!-- [CHAR_LIMIT=NONE] Subheading for mobile bundled apps transparency information details screen -->
<string name="mobile_bundled_apps_details_developer_info_title">Developer(s) Information</string>
<!-- [CHAR_LIMIT=NONE] Subheading for mobile bundled apps transparency information details screen -->
<string name="mobile_bundled_apps_details_contact_title">Contact Information</string>
<!-- [CHAR_LIMIT=NONE] Subheading for mobile bundled apps transparency information details screen -->
<string name="mobile_bundled_apps_details_description_title">Description</string>
<!-- [CHAR_LIMIT=NONE] Subheading for mobile bundled apps transparency information details screen -->
<string name="mobile_bundled_apps_details_privacy_policy_title">Privacy Policy</string>
<!-- [CHAR_LIMIT=NONE] Subheading for mobile bundled apps transparency information details screen -->
<string name="mobile_bundled_apps_details_category_title">Category</string>
<!-- [CHAR_LIMIT=NONE] Summary for App Details in App Info page if app is mobile bundled app -->
<string name="app_install_details_mba_summary">Mobile Bundled App</string>
</resources>