Commit a2c3bf0e by tanghuan

学习机中取消原生的隐私政策确认界面

1 parent 82e6b7ae
......@@ -26,6 +26,7 @@
android:networkSecurityConfig="@xml/network_security_config">
<!-- 隐私政策Activity - 启动入口 -->
<!--
<activity
android:name=".PrivacyActivity"
android:exported="true"
......@@ -36,6 +37,7 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
-->
<activity
android:name=".MainActivity"
......@@ -53,6 +55,10 @@
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!