sm7325-common: Update Power-off alarm from phone 1 TKQ1.220915.002

This commit is contained in:
sb6596 2023-05-21 12:39:21 +00:00 committed by Marc Bourgoin
parent 484ed34a59
commit 86d7acb284
7 changed files with 12 additions and 0 deletions

View File

@ -89,6 +89,17 @@ android_app_import {
soc_specific: true, soc_specific: true,
} }
android_app_import {
name: "PowerOffAlarm",
owner: "motorola",
apk: "proprietary/product/app/PowerOffAlarm/PowerOffAlarm.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
product_specific: true,
}
android_app_import { android_app_import {
name: "uimgbaservice", name: "uimgbaservice",
owner: "motorola", owner: "motorola",

Binary file not shown.

View File

@ -1066,6 +1066,7 @@ PRODUCT_PACKAGES += \
CneApp \ CneApp \
IWlanService \ IWlanService \
TimeService \ TimeService \
PowerOffAlarm \
uimgbaservice \ uimgbaservice \
HotwordEnrollmentOKGoogleHEXAGON \ HotwordEnrollmentOKGoogleHEXAGON \
HotwordEnrollmentXGoogleHEXAGON \ HotwordEnrollmentXGoogleHEXAGON \