|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
3 |
| - package="__PACKAGE__" |
4 |
| - android:versionCode="10000" |
5 |
| - android:versionName="1.0"> |
| 3 | + package="__PACKAGE__" |
| 4 | + android:versionCode="10000" |
| 5 | + android:versionName="1.0"> |
6 | 6 |
|
7 |
| - <supports-screens |
8 |
| - android:smallScreens="true" |
9 |
| - android:normalScreens="true" |
10 |
| - android:largeScreens="true" |
11 |
| - android:xlargeScreens="true"/> |
| 7 | + <supports-screens |
| 8 | + android:smallScreens="true" |
| 9 | + android:normalScreens="true" |
| 10 | + android:largeScreens="true" |
| 11 | + android:xlargeScreens="true"/> |
12 | 12 |
|
13 |
| - <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> |
14 |
| - <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> |
15 |
| - <uses-permission android:name="android.permission.INTERNET"/> |
| 13 | + <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> |
| 14 | + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> |
| 15 | + <uses-permission android:name="android.permission.INTERNET"/> |
16 | 16 |
|
17 |
| - <application |
18 |
| - android:name="com.tns.NativeScriptApplication" |
19 |
| - android:allowBackup="true" |
20 |
| - android:icon="@drawable/icon" |
21 |
| - android:label="@string/app_name" |
22 |
| - android:theme="@style/AppTheme"> |
| 17 | + <application |
| 18 | + android:usesCleartextTraffic="true" |
| 19 | + android:name="com.tns.NativeScriptApplication" |
| 20 | + android:allowBackup="true" |
| 21 | + android:icon="@drawable/icon" |
| 22 | + android:label="@string/app_name" |
| 23 | + android:theme="@style/AppTheme"> |
23 | 24 |
|
24 |
| - <activity |
25 |
| - android:name="com.tns.NativeScriptActivity" |
26 |
| - android:label="@string/title_activity_kimera" |
27 |
| - android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|locale|uiMode" |
28 |
| - android:theme="@style/LaunchScreenTheme"> |
| 25 | + <activity |
| 26 | + android:name="com.tns.NativeScriptActivity" |
| 27 | + android:label="@string/title_activity_kimera" |
| 28 | + android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|locale|uiMode" |
| 29 | + android:theme="@style/LaunchScreenTheme"> |
29 | 30 |
|
30 |
| - <meta-data android:name="SET_THEME_ON_LAUNCH" android:resource="@style/AppTheme" /> |
| 31 | + <meta-data android:name="SET_THEME_ON_LAUNCH" android:resource="@style/AppTheme"/> |
31 | 32 |
|
32 |
| - <intent-filter> |
33 |
| - <action android:name="android.intent.action.MAIN" /> |
34 |
| - <category android:name="android.intent.category.LAUNCHER" /> |
35 |
| - </intent-filter> |
36 |
| - </activity> |
37 |
| - <activity android:name="com.tns.ErrorReportActivity"/> |
38 |
| - </application> |
| 33 | + <intent-filter> |
| 34 | + <action android:name="android.intent.action.MAIN"/> |
| 35 | + <category android:name="android.intent.category.LAUNCHER"/> |
| 36 | + </intent-filter> |
| 37 | + </activity> |
| 38 | + <activity android:name="com.tns.ErrorReportActivity"/> |
| 39 | + </application> |
39 | 40 | </manifest>
|
0 commit comments