Fallback to AOSP emergency info if the original intent is broken
If the variant of emergency info is broken, we should try to show AOSP emergency info instead. Test: Rebuilt rom and see the Ui. Run robo test Fix: 154114259 Change-Id: I5bc3f6cbf9102a7b7299c3edf718a58101effbf8
This commit is contained in:
@@ -220,10 +220,21 @@
|
||||
<!-- Settings intelligence interaction log intent action -->
|
||||
<string name="config_settingsintelligence_log_action" translatable="false"></string>
|
||||
|
||||
<!-- AOSP Emergency app package name -->
|
||||
<string name="config_aosp_emergency_package_name" translatable="false">
|
||||
com.android.emergency
|
||||
</string>
|
||||
|
||||
<!-- AOSP Emergency app intent action -->
|
||||
<string name="config_aosp_emergency_intent_action" translatable="false">
|
||||
android.settings.EDIT_EMERGENCY_INFO
|
||||
</string>
|
||||
|
||||
<!-- Emergency app package name -->
|
||||
<string name="config_emergency_package_name" translatable="false">
|
||||
com.android.emergency
|
||||
</string>
|
||||
|
||||
<!-- Emergency app intent action -->
|
||||
<string name="config_emergency_intent_action" translatable="false">
|
||||
android.settings.EDIT_EMERGENCY_INFO
|
||||
|
||||
Reference in New Issue
Block a user