init global config view and app list view

This commit is contained in:
jiqiu2021
2025-06-25 17:41:00 +08:00
parent 4fe44ae346
commit 499a26feec
15 changed files with 830 additions and 9 deletions

View File

@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 查询已安装应用的权限 -->
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"