更新基础类库与应用介绍页。

This commit is contained in:
2026-01-13 11:44:12 +08:00
parent 75e047f1d5
commit be9855b29d
6 changed files with 125 additions and 22 deletions

View File

@@ -301,7 +301,8 @@
android:process=":main"
android:stopWithTask="false"/>
<service android:name=".services.ThoughtfulService"
<service
android:name=".services.ThoughtfulService"
android:enabled="true"
android:exported="false"
android:process=":main"
@@ -324,6 +325,8 @@
android:name="android.max_aspect"
android:value="4.0"/>
<activity android:name="cc.winboll.studio.powerbell.activities.AboutActivity"/>
</application>
</manifest>
</manifest>