We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ffba6 commit e7f1782Copy full SHA for e7f1782
1 file changed
app/src/main/AndroidManifest.xml
@@ -3,20 +3,17 @@
3
xmlns:tools="http://schemas.android.com/tools">
4
5
<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" />
9
10
<application
11
android:name=".PiHoleConnectApplication"
12
android:allowBackup="false"
13
android:icon="@mipmap/ic_launcher"
14
android:label="@string/app_name"
+ android:localeConfig="@xml/locales_config"
15
android:roundIcon="@mipmap/ic_launcher_round"
16
android:supportsRtl="true"
17
android:theme="@style/Theme.PiHoleConnect"
18
android:usesCleartextTraffic="true"
19
- android:localeConfig="@xml/locales_config"
20
tools:targetApi="tiramisu">
21
<activity
22
android:name=".MainActivity"
0 commit comments