version:6.2
fix: update:增加隐私声明和用户协议
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user