|
2 | 2 | xmlns:tools="http://schemas.android.com/tools" |
3 | 3 | package="com.example"> |
4 | 4 |
|
5 | | - <uses-permission android:name="android.permission.INTERNET" /> |
6 | | - |
7 | 5 | <application |
8 | | - android:name=".MainApplication" |
9 | | - android:label="@string/app_name" |
10 | | - android:icon="@mipmap/ic_launcher" |
11 | | - android:roundIcon="@mipmap/ic_launcher_round" |
12 | | - android:allowBackup="false" |
13 | | - android:theme="@style/AppTheme" |
14 | | - tools:ignore="GoogleAppIndexingWarning"> |
15 | | - <activity |
16 | | - android:name=".MainActivity" |
| 6 | + android:name=".MainApplication" |
| 7 | + android:allowBackup="false" |
| 8 | + android:icon="@mipmap/ic_launcher" |
17 | 9 | android:label="@string/app_name" |
18 | | - android:configChanges="keyboard|keyboardHidden|orientation|screenSize" |
19 | | - android:windowSoftInputMode="adjustResize"> |
20 | | - <intent-filter> |
21 | | - <action android:name="android.intent.action.MAIN" /> |
22 | | - <category android:name="android.intent.category.LAUNCHER" /> |
23 | | - </intent-filter> |
24 | | - </activity> |
25 | | - <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" /> |
| 10 | + android:roundIcon="@mipmap/ic_launcher_round" |
| 11 | + android:theme="@style/AppTheme" |
| 12 | + tools:ignore="GoogleAppIndexingWarning"> |
| 13 | + <activity |
| 14 | + android:name=".MainActivity" |
| 15 | + android:configChanges="keyboard|keyboardHidden|orientation|screenSize" |
| 16 | + android:label="@string/app_name" |
| 17 | + android:windowSoftInputMode="adjustResize"> |
| 18 | + <intent-filter> |
| 19 | + <action android:name="android.intent.action.MAIN" /> |
| 20 | + <category android:name="android.intent.category.LAUNCHER" /> |
| 21 | + </intent-filter> |
| 22 | + </activity> |
| 23 | + <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" /> |
26 | 24 |
|
27 | 25 | <meta-data |
28 | 26 | android:name="JPUSH_CHANNEL" |
|
33 | 31 |
|
34 | 32 | </application> |
35 | 33 |
|
| 34 | + <uses-permission android:name="android.permission.INTERNET" /> |
| 35 | + |
36 | 36 | </manifest> |
0 commit comments