mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: overlay: Fix deprecated power profile items
* PowerProfile: screen.on is deprecated! Use screen.on.display0 instead. * PowerProfile: screen.full is deprecated! Use screen.full.display0 instead. Signed-off-by: orges <me@orgesified.ml> Change-Id: Ieff844423b735ebdab51c4b648820d84b7d1e5f0 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
1ce9146e89
commit
33bb6ae880
5 changed files with 10 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<device name="Android">
|
||||
<item name="none">0</item>
|
||||
<item name="screen.on">93</item>
|
||||
<item name="screen.full">313</item>
|
||||
<item name="screen.on.display0">93</item>
|
||||
<item name="screen.full.display0">313</item>
|
||||
<item name="bluetooth.active">118</item>
|
||||
<item name="bluetooth.on">0.98</item>
|
||||
<item name="wifi.on">0.43</item>
|
||||
|
|
|
|||
Loading…
Reference in a new issue