gms: Add EmergencyInfoGoogleNoUi
* Fixes Emergency SOS Crash
This commit is contained in:
parent
4b46d98d64
commit
cc81952e12
|
@ -893,6 +893,17 @@ android_app_import {
|
|||
product_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "EmergencyInfoGoogleNoUi",
|
||||
owner: "gms",
|
||||
apk: "proprietary/system_ext/app/EmergencyInfoGoogleNoUi/EmergencyInfoGoogleNoUi.apk",
|
||||
presigned: true,
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "CarrierSetup",
|
||||
owner: "gms",
|
||||
|
|
|
@ -167,6 +167,7 @@ PRODUCT_PACKAGES += \
|
|||
Velvet \
|
||||
WellbeingPrebuilt \
|
||||
WfcActivation \
|
||||
EmergencyInfoGoogleNoUi \
|
||||
CarrierSetup \
|
||||
GoogleFeedback \
|
||||
GoogleServicesFramework \
|
||||
|
|
Binary file not shown.
|
@ -206,6 +206,7 @@ system_ext/etc/permissions/privapp-permissions-google-se.xml
|
|||
|
||||
# SafetyHub
|
||||
-product/priv-app/SafetyHubPrebuilt/SafetyHubPrebuilt.apk;OVERRIDES=EmergencyInfo;PRESIGNED
|
||||
-system_ext/app/EmergencyInfoGoogleNoUi/EmergencyInfoGoogleNoUi.apk;PRESIGNED
|
||||
|
||||
# Security
|
||||
-product/app/DevicePolicyPrebuilt/DevicePolicyPrebuilt.apk;PRESIGNED
|
||||
|
|
Loading…
Reference in New Issue