summaryrefslogtreecommitdiffstats
path: root/Ministro/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Ministro/AndroidManifest.xml')
-rw-r--r--Ministro/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ministro/AndroidManifest.xml b/Ministro/AndroidManifest.xml
index 73f013d..aeeba91 100644
--- a/Ministro/AndroidManifest.xml
+++ b/Ministro/AndroidManifest.xml
@@ -9,7 +9,7 @@
android:configChanges="orientation|locale|fontScale|keyboard|keyboardHidden" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
+ <category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<service android:name=".MinistroService">