diff options
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 67366d71..ee23ad9e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -22,8 +22,8 @@ android:theme="@style/FrostTheme.Splash"> <activity android:name=".StartActivity" - android:noHistory="true" android:label="@string/app_name" + android:noHistory="true" android:theme="@style/FrostTheme.Splash"> <intent-filter> <action android:name="android.intent.action.MAIN" /> @@ -40,6 +40,7 @@ android:name=".WebOverlayActivity" android:hardwareAccelerated="true" android:label="@string/app_name" + android:launchMode="singleTop" android:theme="@style/FrostTheme.Overlay" /> <activity @@ -55,6 +56,7 @@ android:autoVerify="true" tools:ignore="UnusedAttribute"> <action android:name="android.intent.action.VIEW" /> + <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> |