mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Fix /dev/alarm permission in init
This commit is contained in:
parent
0ea94cc42b
commit
88892c76f5
1 changed files with 3 additions and 0 deletions
|
@ -567,6 +567,9 @@ on property:dev.bootcomplete=1
|
|||
symlink /data/user_de/0/com.android.providers.telephony/shared_prefs /data/data/com.android.providers.telephony/shared_prefs
|
||||
restorecon /data/data/com.android.providers.telephony/databases
|
||||
restorecon /data/data/com.android.providers.telephony/shared_pref
|
||||
|
||||
# Fix Alarm permission
|
||||
chmod 0664 /dev/alarm
|
||||
|
||||
# Services begin here
|
||||
|
||||
|
|
Loading…
Reference in a new issue