version:6.2

fix:
update:增加隐私声明和用户协议
This commit is contained in:
2022-11-18 18:13:10 +08:00
parent b87c2e99b9
commit e61573e132
12 changed files with 614 additions and 6 deletions

View File

@@ -88,7 +88,6 @@
android:resizeableActivity="true"
android:resumeWhilePausing="true"
android:stateNotNeeded="true"
android:configChanges="orientation|screenSize|keyboardHidden"
android:taskAffinity="com.example.taskaffinity.newtask"
android:windowSoftInputMode="adjustPan">
<intent-filter>
@@ -122,7 +121,10 @@
android:name=".activity.alarm.AlarmClockActivity"
android:screenOrientation="portrait"
android:theme="@style/AppWhiteTheme" />
<activity
android:name=".activity.PolicyActivity"
android:screenOrientation="portrait"
android:theme="@style/AppWhiteTheme" />
<receiver
android:name=".receiver.BootReceiver"
android:enabled="true"