diff options
| author | 2024-11-12 14:23:39 +0000 | |
|---|---|---|
| committer | 2024-11-12 14:23:39 +0000 | |
| commit | 7fb089df34c36c5ca6d15d715fa124d1bec9fbe8 (patch) | |
| tree | b80a93fd910b6160a361164b87c877a8b54308a6 | |
| parent | ddef72a30b189386d8f70a058534157ddffa7a10 (diff) | |
| parent | ad7de2b3eba57ac44daf0271db73f3e294ea3b4a (diff) | |
Merge "Add terminal app to stoppable_fgs_system_apps" into main
| -rw-r--r-- | core/res/res/values/stoppable_fgs_system_apps.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values/stoppable_fgs_system_apps.xml b/core/res/res/values/stoppable_fgs_system_apps.xml index 165ff61c7b3e..06843f4b4f76 100644 --- a/core/res/res/values/stoppable_fgs_system_apps.xml +++ b/core/res/res/values/stoppable_fgs_system_apps.xml @@ -19,6 +19,7 @@ <resources> <!-- A list of system apps whose FGS can be stopped in the task manager. --> <string-array translatable="false" name="stoppable_fgs_system_apps"> + <item>com.android.virtualization.terminal</item> </string-array> <!-- stoppable_fgs_system_apps which is supposed to be overridden by vendor --> <string-array translatable="false" name="vendor_stoppable_fgs_system_apps"> |