Skip to content

Commit b20852b

Browse files
committed
fix(user): add permission to correctly query user infos
Signed-off-by: Teclib <skita@teclib.com>
1 parent 67f8dac commit b20852b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

inventory/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
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">

0 commit comments

Comments
 (0)