Loading QKSMS/src/main/AndroidManifest.xml +0 −7 Original line number Diff line number Diff line Loading @@ -45,7 +45,6 @@ android:theme="@style/AppThemeDark"> <activity android:name=".ui.popup.QKComposeActivity" android:configChanges="orientation|screenSize" android:excludeFromRecents="true" android:taskAffinity="" android:theme="@style/AppThemeLightDialog" Loading @@ -67,7 +66,6 @@ </activity> <activity android:name=".ui.MainActivity" android:configChanges="orientation|screenSize" android:enabled="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" Loading Loading @@ -95,24 +93,20 @@ </activity> <activity android:name=".ui.messagelist.MessageListActivity" android:configChanges="orientation|screenSize" android:launchMode="singleTop" android:screenOrientation="user" android:windowSoftInputMode="adjustResize" /> <activity android:name=".ui.settings.SettingsActivity" android:configChanges="orientation|screenSize" android:screenOrientation="user" android:windowSoftInputMode="adjustResize" /> <activity android:name=".ui.search.SearchActivity" android:configChanges="orientation|screenSize" android:screenOrientation="user" android:windowSoftInputMode="adjustResize" /> <activity android:name=".ui.compose.ComposeActivity" android:configChanges="orientation|screenSize" android:screenOrientation="user" android:windowSoftInputMode="adjustResize" /> Loading Loading @@ -377,7 +371,6 @@ <!-- Popup activity --> <activity android:name=".ui.popup.QKReplyActivity" android:configChanges="orientation|screenSize" android:excludeFromRecents="true" android:screenOrientation="user" android:taskAffinity="" Loading Loading
QKSMS/src/main/AndroidManifest.xml +0 −7 Original line number Diff line number Diff line Loading @@ -45,7 +45,6 @@ android:theme="@style/AppThemeDark"> <activity android:name=".ui.popup.QKComposeActivity" android:configChanges="orientation|screenSize" android:excludeFromRecents="true" android:taskAffinity="" android:theme="@style/AppThemeLightDialog" Loading @@ -67,7 +66,6 @@ </activity> <activity android:name=".ui.MainActivity" android:configChanges="orientation|screenSize" android:enabled="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" Loading Loading @@ -95,24 +93,20 @@ </activity> <activity android:name=".ui.messagelist.MessageListActivity" android:configChanges="orientation|screenSize" android:launchMode="singleTop" android:screenOrientation="user" android:windowSoftInputMode="adjustResize" /> <activity android:name=".ui.settings.SettingsActivity" android:configChanges="orientation|screenSize" android:screenOrientation="user" android:windowSoftInputMode="adjustResize" /> <activity android:name=".ui.search.SearchActivity" android:configChanges="orientation|screenSize" android:screenOrientation="user" android:windowSoftInputMode="adjustResize" /> <activity android:name=".ui.compose.ComposeActivity" android:configChanges="orientation|screenSize" android:screenOrientation="user" android:windowSoftInputMode="adjustResize" /> Loading Loading @@ -377,7 +371,6 @@ <!-- Popup activity --> <activity android:name=".ui.popup.QKReplyActivity" android:configChanges="orientation|screenSize" android:excludeFromRecents="true" android:screenOrientation="user" android:taskAffinity="" Loading