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,4 +1,4 @@
package com.uiui.zyos;
package com.xuexispace.ai;
import android.content.Context;
@@ -22,6 +22,6 @@ public class ExampleInstrumentedTest {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
assertEquals("com.uiui.zyos", appContext.getPackageName());
assertEquals("com.xuexispace.ai", appContext.getPackageName());
}
}