|
|
@@ -3,26 +3,12 @@ |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
package="cn.zhios.zhiying_base_widget_example"> |
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
|
|
|
<uses-permission android:name="android.permission.INTERNET" /> |
|
|
|
|
|
|
|
<application |
|
|
|
android:name="io.flutter.app.FlutterApplication" |
|
|
|
android:icon="@mipmap/ic_launcher" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:usesCleartextTraffic="true" |
|
|
|
tools:replace="android:name"> |
|
|
|
<activity android:name=".WebActivity" /> |
|
|
|
<activity |
|
|
|
android:name=".TestActivity" |
|
|
|
android:theme="@style/Theme.AppCompat.NoActionBar"> |
|
|
|
<!-- <intent-filter>--> |
|
|
|
<!-- <action android:name="android.intent.action.MAIN" />--> |
|
|
|
|
|
|
|
<!-- <category android:name="android.intent.category.LAUNCHER" />--> |
|
|
|
<!-- </intent-filter>--> |
|
|
|
</activity> |
|
|
|
<activity |
|
|
|
android:name=".MainActivity" |
|
|
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" |
|
|
@@ -44,14 +30,12 @@ |
|
|
|
android:resource="@drawable/launch_background" /> |
|
|
|
<meta-data |
|
|
|
android:name="io.flutter.embedding.android.NormalTheme" |
|
|
|
android:resource="@style/NormalTheme" |
|
|
|
/> |
|
|
|
android:resource="@style/NormalTheme" /> |
|
|
|
</activity> |
|
|
|
<activity android:name="com.yalantis.ucrop.UCropActivity" android:theme="@style/Theme.AppCompat.NoActionBar"/> |
|
|
|
<!-- |
|
|
|
Don't delete the meta-data below. |
|
|
|
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java |
|
|
|
--> |
|
|
|
<activity |
|
|
|
android:name="com.yalantis.ucrop.UCropActivity" |
|
|
|
android:theme="@style/Theme.AppCompat.NoActionBar" /> |
|
|
|
<!-- Don't delete the meta-data below. This is used by the Flutter tool to generate GeneratedPluginRegistrant.java --> |
|
|
|
<meta-data |
|
|
|
android:name="flutterEmbedding" |
|
|
|
android:value="2" /> |
|
|
|