sdm660-common: Use stock poweroff charging animation
* It's best animation out there with battery level
This reverts commit e4d95ed6eb
.
This commit is contained in:
parent
5d433ddaee
commit
4494ac3544
3 changed files with 8 additions and 1 deletions
|
@ -294,3 +294,9 @@ dex_import {
|
|||
jars: ["proprietary/framework/WfdCommon.jar"],
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "chargeonlymode",
|
||||
owner: "xiaomi",
|
||||
srcs: ["proprietary/bin/chargeonlymode"],
|
||||
prefer: true,
|
||||
}
|
||||
|
|
BIN
proprietary/bin/chargeonlymode
Executable file
BIN
proprietary/bin/chargeonlymode
Executable file
Binary file not shown.
|
@ -764,4 +764,5 @@ PRODUCT_PACKAGES += \
|
|||
dpmserviceapp \
|
||||
ims \
|
||||
qcrilmsgtunnel \
|
||||
WfdCommon
|
||||
WfdCommon \
|
||||
chargeonlymode
|
||||
|
|
Loading…
Reference in a new issue