docs: 完成 APK 构建准备工作并生成详细构建指南

This commit is contained in:
jaystar
2026-02-02 15:26:30 +08:00
parent 6a04f9110b
commit 83ce8b2d0b
67 changed files with 3936 additions and 168 deletions

View File

@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" tools:replace="android:usesCleartextTraffic" />
</manifest>