File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1313 <uses-permission android : name =" android.permission.GET_PACKAGE_SIZE" />
1414 <uses-permission android : name =" android.permission.CHANGE_WIFI_MULTICAST_STATE" />
1515 <uses-permission android : name =" android.permission.CHANGE_WIFI_STATE" />
16+
17+ <!-- NEED FOR QUERY USER INFO -->
18+ <!-- APP NEED TO BE INSTALLED AS SYS APP OR SIGNED -->
19+ <uses-permission android : name =" android.permission.INTERACT_ACROSS_USERS" />
20+ <uses-permission android : name =" android.permission.MANAGE_USERS" />
21+
1622 <uses-feature android : name =" android.hardware.camera" />
1723 <uses-feature android : name =" android.hardware.camera.autofocus" android : required =" false" />
1824 <application android : allowBackup =" true" android : label =" @string/app_name" android : usesCleartextTraffic =" true" >
You can’t perform that action at this time.
0 commit comments