version:1.0.0.

bugfixes:
update:修改包名,更换aidl
This commit is contained in:
2025-11-18 15:38:34 +08:00
parent ac31192a08
commit c24b913bc2
245 changed files with 895 additions and 1056 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.uiui.zyos">
package="com.xuexispace.ai">
<queries>
<intent>
@@ -101,14 +101,15 @@
android:resumeWhilePausing="true"
android:screenOrientation="landscape"
android:stateNotNeeded="true"
android:exported="true"
android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />
<!-- <category android:name="android.intent.category.HOME" />-->
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.MONKEY" />
<category android:name="android.intent.category.LAUNCHER_APP" />
<!-- <category android:name="android.intent.category.LAUNCHER_APP" />-->
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>