|
1 | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
2 | | - package="com.sensorsdata.analytics.abtesting.abtesting_sdk_flutter_example"> |
| 2 | + package="com.sensorsdata.analytics.abtesting.example"> |
3 | 3 | <application |
4 | | - android:name=".MyApplication" |
5 | | - android:usesCleartextTraffic="true" |
6 | | - android:label="abtesting_sdk_flutter_example" |
| 4 | + android:label="example" |
| 5 | + android:usesCleartextTraffic="true" |
7 | 6 | android:icon="@mipmap/ic_launcher"> |
8 | 7 | <activity |
9 | 8 | android:name=".MainActivity" |
| 9 | + android:exported="true" |
10 | 10 | android:launchMode="singleTop" |
11 | 11 | android:theme="@style/LaunchTheme" |
12 | 12 | android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" |
|
20 | 20 | android:name="io.flutter.embedding.android.NormalTheme" |
21 | 21 | android:resource="@style/NormalTheme" |
22 | 22 | /> |
23 | | - <!-- Displays an Android View that continues showing the launch screen |
24 | | - Drawable until Flutter paints its first frame, then this splash |
25 | | - screen fades out. A splash screen is useful to avoid any visual |
26 | | - gap between the end of Android's launch screen and the painting of |
27 | | - Flutter's first frame. --> |
28 | | - <meta-data |
29 | | - android:name="io.flutter.embedding.android.SplashScreenDrawable" |
30 | | - android:resource="@drawable/launch_background" |
31 | | - /> |
32 | 23 | <intent-filter> |
33 | 24 | <action android:name="android.intent.action.MAIN"/> |
34 | 25 | <category android:name="android.intent.category.LAUNCHER"/> |
|
0 commit comments