|
@@ -1,23 +1,23 @@
|
1
|
1
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2
|
|
- package="com.example">
|
|
2
|
+ package="com.example">
|
3
|
3
|
|
4
|
4
|
<uses-permission android:name="android.permission.INTERNET" />
|
5
|
5
|
|
6
|
6
|
<application
|
7
|
|
- android:allowBackup="true"
|
8
|
|
- android:label="@string/app_name"
|
9
|
|
- android:icon="@mipmap/ic_launcher"
|
10
|
|
- android:theme="@style/AppTheme">
|
11
|
|
- <activity
|
12
|
|
- android:name=".MainActivity"
|
|
7
|
+ android:allowBackup="true"
|
13
|
8
|
android:label="@string/app_name"
|
14
|
|
- android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
|
15
|
|
- <intent-filter>
|
16
|
|
- <action android:name="android.intent.action.MAIN" />
|
17
|
|
- <category android:name="android.intent.category.LAUNCHER" />
|
18
|
|
- </intent-filter>
|
19
|
|
- </activity>
|
20
|
|
- <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
|
|
9
|
+ android:icon="@mipmap/ic_launcher"
|
|
10
|
+ android:theme="@style/AppTheme">
|
|
11
|
+ <activity
|
|
12
|
+ android:name=".MainActivity"
|
|
13
|
+ android:label="@string/app_name"
|
|
14
|
+ android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
|
|
15
|
+ <intent-filter>
|
|
16
|
+ <action android:name="android.intent.action.MAIN" />
|
|
17
|
+ <category android:name="android.intent.category.LAUNCHER" />
|
|
18
|
+ </intent-filter>
|
|
19
|
+ </activity>
|
|
20
|
+ <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
|
21
|
21
|
</application>
|
22
|
22
|
|
23
|
23
|
</manifest>
|