update 功能开启引导

This commit is contained in:
gallonyin
2022-12-19 16:21:08 +08:00
parent 99660b4788
commit d0915fcc02
8 changed files with 338 additions and 88 deletions

View File

@@ -66,6 +66,12 @@
android:launchMode="singleInstance"
android:theme="@style/AppTheme">
</activity>
<activity
android:name="org.yameida.worktool.activity.AccessibilityGuideActivity"
android:windowSoftInputMode="adjustUnspecified|stateHidden"
android:launchMode="singleInstance"
android:theme="@style/AppTheme">
</activity>
<service
android:name="org.yameida.worktool.service.WeworkService"
android:enabled="true"