多数页面完成
This commit is contained in:
@@ -3,8 +3,12 @@
|
||||
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.MyApplication">
|
||||
@@ -21,6 +25,16 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- 输入法激活页(强烈建议增加) -->
|
||||
<activity
|
||||
android:name=".ImeGuideActivity"
|
||||
android:exported="true"/>
|
||||
|
||||
<!-- 输入法体验页 -->
|
||||
<activity
|
||||
android:name=".GuideActivity"
|
||||
android:exported="true"/>
|
||||
|
||||
<!-- 引导页 -->
|
||||
<activity
|
||||
android:name=".OnboardingActivity"
|
||||
|
||||
Reference in New Issue
Block a user