|
|
|
@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
|
|
|
|
|
android:name="com.github.apognu.otter.Otter" |
|
|
|
|
android:allowBackup="false" |
|
|
|
|
android:icon="@mipmap/ic_launcher" |
|
|
|
|
android:label="@string/app_name" |
|
|
|
|
android:label="${app_name}" |
|
|
|
|
android:networkSecurityConfig="@xml/security" |
|
|
|
|
android:roundIcon="@mipmap/ic_launcher" |
|
|
|
|
android:supportsRtl="true" |
|
|
|
@ -22,12 +22,14 @@
@@ -22,12 +22,14 @@
|
|
|
|
|
android:name="com.github.apognu.otter.activities.SplashActivity" |
|
|
|
|
android:launchMode="singleInstance" |
|
|
|
|
android:noHistory="true"> |
|
|
|
|
|
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.MAIN" /> |
|
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" /> |
|
|
|
|
</intent-filter> |
|
|
|
|
|
|
|
|
|
</activity> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|