Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit a2c3bf0e
authored
2026-06-03 14:00:27 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
学习机中取消原生的隐私政策确认界面
1 parent
82e6b7ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
android/app/src/main/AndroidManifest.xml
android/app/src/main/AndroidManifest.xml
View file @
a2c3bf0
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
android:networkSecurityConfig=
"@xml/network_security_config"
>
android:networkSecurityConfig=
"@xml/network_security_config"
>
<!-- 隐私政策Activity - 启动入口 -->
<!-- 隐私政策Activity - 启动入口 -->
<!--
<activity
<activity
android:name=".PrivacyActivity"
android:name=".PrivacyActivity"
android:exported="true"
android:exported="true"
...
@@ -36,6 +37,7 @@
...
@@ -36,6 +37,7 @@
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</intent-filter>
</activity>
</activity>
-->
<activity
<activity
android:name=
".MainActivity"
android:name=
".MainActivity"
...
@@ -53,6 +55,10 @@
...
@@ -53,6 +55,10 @@
android:name=
"io.flutter.embedding.android.NormalTheme"
android:name=
"io.flutter.embedding.android.NormalTheme"
android:resource=
"@style/NormalTheme"
android:resource=
"@style/NormalTheme"
/>
/>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
</activity>
</activity>
<!-- Don't delete the meta-data below.
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment