mirror of
https://github.com/danog/termux-api.git
synced 2025-01-23 05:41:09 +01:00
Mark used hardware features as optional
This commit is contained in:
parent
551bcd066f
commit
c8b6bb67d2
@ -23,8 +23,10 @@
|
|||||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
|
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
|
||||||
<uses-feature android:name="android.hardware.location" android:required="false" />
|
<uses-feature android:name="android.hardware.location" android:required="false" />
|
||||||
<uses-feature android:name="android.hardware.location.gps" android:required="false" />
|
<uses-feature android:name="android.hardware.location.gps" android:required="false" />
|
||||||
<uses-feature android:name="android.hardware.microphone" android:required="false" />
|
<uses-feature android:name="android.hardware.location.network" android:required="false" />
|
||||||
|
<uses-feature android:name="android.hardware.microphone" android:required="false" />
|
||||||
<uses-feature android:name="android.hardware.telephony" android:required="false" />
|
<uses-feature android:name="android.hardware.telephony" android:required="false" />
|
||||||
|
<uses-feature android:name="android.hardware.wifi" android:required="false" />
|
||||||
|
|
||||||
<!-- This permission is not used, but a permission is needed on the sharedfiles contentprovider,
|
<!-- This permission is not used, but a permission is needed on the sharedfiles contentprovider,
|
||||||
which will always use FLAG_GRANT_READ_URI_PERMISSION. -->
|
which will always use FLAG_GRANT_READ_URI_PERMISSION. -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user