2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 11:15:26 +00:00

Remove out-dated permissions (#594)

* Remove out-dated permissions

* Fix github action
This commit is contained in:
Oliver
2025-01-10 12:24:33 +11:00
committed by GitHub
parent 562cbffb18
commit d97e4bc010
2 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,6 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.MICROPHONE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<!--
Prevent lower level dependencies from including specific permissions.