Snap for 10330433 from 174d7fc720
to udc-qpr1-release
Change-Id: Ia673e2573840acbf6d115a0d9a6db0168496e9b2
This commit is contained in:
commit
38d796b5ff
2 changed files with 6 additions and 1 deletions
|
@ -863,7 +863,7 @@ on property:sys.boot_completed=1
|
||||||
# Enable SICD
|
# Enable SICD
|
||||||
write /sys/devices/system/cpu/cpupm/cpupm/sicd 1
|
write /sys/devices/system/cpu/cpupm/cpupm/sicd 1
|
||||||
|
|
||||||
on property:sys.boot_completed=1 && property:persist.sys.device_provisioned=1 && property:ro.boot.flash.locked=1
|
on property:sys.boot_completed=1 && property:persist.sys.device_provisioned=1
|
||||||
write /sys/class/power_supply/battery/first_usage_date 0
|
write /sys/class/power_supply/battery/first_usage_date 0
|
||||||
|
|
||||||
# IMS WiFi Calling
|
# IMS WiFi Calling
|
||||||
|
|
|
@ -128,5 +128,10 @@
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
||||||
</exception>
|
</exception>
|
||||||
|
<exception
|
||||||
|
package="com.google.android.apps.work.oobconfig">
|
||||||
|
<!-- Notifications -->
|
||||||
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="true"/>
|
||||||
|
</exception>
|
||||||
</exceptions>
|
</exceptions>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue