Some API changes per API reivew: - Move DynamicAndroidClient and ~Manager to android.os.image. - Rename them to DynamicSystemClient and ~Manager. - Rename permission MANAGE_DYNAMIC_ANDROID to MANAGE_DYNAMIC_SYSTEM - Corresponding changes in the installation service. - Corresponding changes in privapp-permissions-platform.xml. - Add missing annotations. - Change setOnStatusChangedListener's parameters order. - Improve documentations. - Re-generate api/system-current.txt. Bug: 126613281 Test: adb shell am Change-Id: Ia920e9ccf6de1dbbd38c52910cb72cb81b9b5b32
39 lines
2.2 KiB
XML
39 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- application name [CHAR LIMIT=32] -->
|
|
<string name="app_name">AndroidOnTap Installer</string>
|
|
|
|
<!-- notification channel name [CHAR LIMIT=32] -->
|
|
<string name="notification_channel_name">AndroidOnTap Installer</string>
|
|
|
|
<!-- password page title [CHAR LIMIT=32] -->
|
|
<string name="keyguard_title">AndroidOnTap Installer</string>
|
|
|
|
<!-- password page description [CHAR LIMIT=128] -->
|
|
<string name="keyguard_description">Please enter your password and continue to AndroidOnTap installation</string>
|
|
|
|
<!-- Displayed on notification: AndroidOnTap installation is completed [CHAR LIMIT=128] -->
|
|
<string name="notification_install_completed">New system is ready, you can reboot into it or discard it.</string>
|
|
<!-- Displayed on notification: AndroidOnTap installation is in progress [CHAR LIMIT=128] -->
|
|
<string name="notification_install_inprogress">Installation is in progress.</string>
|
|
<!-- Displayed on notification: AndroidOnTap installation is in progress [CHAR LIMIT=128] -->
|
|
<string name="notification_install_failed">Installation Failed.</string>
|
|
<!-- Displayed on notification: We are running in AndroidOnTap [CHAR LIMIT=128] -->
|
|
<string name="notification_dynsystem_in_use">We are running in AndroidOnTap.</string>
|
|
|
|
<!-- Action on notification: Cancel installation [CHAR LIMIT=16] -->
|
|
<string name="notification_action_cancel">Cancel</string>
|
|
<!-- Action on notification: Discard installation [CHAR LIMIT=16] -->
|
|
<string name="notification_action_discard">Discard</string>
|
|
<!-- Action on notification: Uninstall AndroidOnTap [CHAR LIMIT=16] -->
|
|
<string name="notification_action_uninstall">Uninstall</string>
|
|
<!-- Action on notification: Reboot to AndroidOnTap [CHAR LIMIT=16] -->
|
|
<string name="notification_action_reboot_to_dynsystem">Reboot</string>
|
|
|
|
<!-- Toast when installed AndroidOnTap is discarded [CHAR LIMIT=64] -->
|
|
<string name="toast_dynsystem_discarded">Installed AndroidOnTap is discarded.</string>
|
|
<!-- Toast when we fail to launch into AndroidOnTap [CHAR LIMIT=64] -->
|
|
<string name="toast_failed_to_reboot_to_dynsystem">Failed to reboot into AndroidOnTap.</string>
|
|
|
|
</resources>
|