|
|
@@ -14,7 +14,6 @@
|
|
|
</queries>
|
|
|
|
|
|
<application
|
|
|
- android:name="${applicationName}"
|
|
|
android:allowBackup="false"
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
android:label="@string/app_name">
|
|
|
@@ -26,7 +25,6 @@
|
|
|
android:hardwareAccelerated="true"
|
|
|
android:launchMode="singleTask"
|
|
|
android:screenOrientation="portrait"
|
|
|
- android:taskAffinity="${applicationId}"
|
|
|
android:theme="@style/LaunchTheme"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
<!-- Specifies an Android theme to apply to this Activity as soon as
|