|
@@ -1,5 +1,6 @@
|
1
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
2
|
2
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
|
+ xmlns:tools="http://schemas.android.com/tools"
|
3
|
4
|
package="com.fusi24.entryPermitScanner">
|
4
|
5
|
|
5
|
6
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
@@ -13,7 +14,9 @@
|
13
|
14
|
android:label="@string/app_name"
|
14
|
15
|
android:roundIcon="@drawable/logo_hse_autimation"
|
15
|
16
|
android:supportsRtl="true"
|
16
|
|
- android:theme="@style/AppTheme">
|
|
17
|
+ android:networkSecurityConfig="@xml/network_security_config"
|
|
18
|
+ android:theme="@style/AppTheme"
|
|
19
|
+ tools:targetApi="n">
|
17
|
20
|
<activity
|
18
|
21
|
android:name=".SplashScreenActivity"
|
19
|
22
|
android:screenOrientation="portrait"
|