File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 55
66 <uses-permission android : name =" android.permission.USE_FINGERPRINT" />
77 <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
8- <uses-permission android : name =" android.permission.READ_LOGS" />
8+ <uses-permission android : name =" android.permission.READ_LOGS" />
9+ <uses-permission android : name =" android.permission.RECEIVE_BOOT_COMPLETED" />
910
1011 <uses-permission
1112 android : name =" android.permission.QUERY_ALL_PACKAGES"
117118 android : name =" android.support.FILE_PROVIDER_PATHS"
118119 android : resource =" @xml/provider_paths" />
119120 </provider >
121+
122+ <receiver
123+ android : name =" .BootBroadcastReceiver"
124+ android : directBootAware =" true"
125+ android : exported =" false" >
126+ <intent-filter >
127+ <action android : name =" android.intent.action.LOCKED_BOOT_COMPLETED" />
128+ <action android : name =" android.intent.action.BOOT_COMPLETED" />
129+ </intent-filter >
130+ </receiver >
120131 </application >
121132</manifest >
You can’t perform that action at this time.
0 commit comments