summaryrefslogtreecommitdiffstats
path: root/Ministro/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Ministro/AndroidManifest.xml')
-rw-r--r--Ministro/AndroidManifest.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/Ministro/AndroidManifest.xml b/Ministro/AndroidManifest.xml
index aeeba91..f06bf99 100644
--- a/Ministro/AndroidManifest.xml
+++ b/Ministro/AndroidManifest.xml
@@ -8,8 +8,15 @@
android:label="@string/app_name"
android:configChanges="orientation|locale|fontScale|keyboard|keyboardHidden" >
<intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.DEFAULT" />
+ <action android:name="android.intent.action.DEFAULT" />
+ <category android:name="android.intent.category.VIEW" />
+ </intent-filter>
+ </activity>
+ <activity android:name="MinistroConfigActivity"
+ android:label="@string/app_name">
+ <intent-filter>
+ <action android:name="eu.licentia.necessitas.ministro.MinistroConfigActivity" />
+ <category android:name="android.intent.category.VIEW" />
</intent-filter>
</activity>
<service android:name=".MinistroService">