hide launch activity

This commit is contained in:
Andrew Dolgov 2015-06-05 12:23:35 +03:00
parent 0b8abdf07a
commit 24af5b0dd5
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
android:theme="@android:style/Theme.NoDisplay"
android:name=".LaunchActivity"
android:label="@string/app_name" >
<intent-filter>