Add a new directory to store downloaded apns
downloaded apns-conf.xml will be stored in the folder /data/misc/apns/ to make sure TelephonyProvider gets access. Bug: 79948106 Test: Manual Change-Id: I4ba0596fa6523c0eb96328dbe46ead02587bd9b8
This commit is contained in:
parent
74bf81443f
commit
fd66538ef3
|
@ -419,6 +419,7 @@ on post-fs-data
|
|||
mkdir /data/misc/radio 0770 system radio
|
||||
mkdir /data/misc/sms 0770 system radio
|
||||
mkdir /data/misc/carrierid 0770 system radio
|
||||
mkdir /data/misc/apns 0770 system radio
|
||||
mkdir /data/misc/zoneinfo 0775 system system
|
||||
mkdir /data/misc/textclassifier 0771 system system
|
||||
mkdir /data/misc/vpn 0770 system vpn
|
||||
|
|
Loading…
Reference in New Issue