Skip to content

Commit e7f1782

Browse files
authored
chore: remove camera permission (#230)
1 parent f7ffba6 commit e7f1782

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,17 @@
33
xmlns:tools="http://schemas.android.com/tools">
44

55
<uses-permission android:name="android.permission.INTERNET" />
6-
<uses-permission android:name="android.permission.CAMERA" />
7-
8-
<uses-feature android:name="android.hardware.camera.any" />
96

107
<application
118
android:name=".PiHoleConnectApplication"
129
android:allowBackup="false"
1310
android:icon="@mipmap/ic_launcher"
1411
android:label="@string/app_name"
12+
android:localeConfig="@xml/locales_config"
1513
android:roundIcon="@mipmap/ic_launcher_round"
1614
android:supportsRtl="true"
1715
android:theme="@style/Theme.PiHoleConnect"
1816
android:usesCleartextTraffic="true"
19-
android:localeConfig="@xml/locales_config"
2017
tools:targetApi="tiramisu">
2118
<activity
2219
android:name=".MainActivity"

0 commit comments

Comments
 (0)