aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-12 21:26:56 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-12 21:27:40 +0100
commit0e61c65a31eeab6a12b3e79fe6b714bad0ef4aa9 (patch)
tree5a7ffcde1868f24a6634c9918501487ee425e1e9 /src/main/AndroidManifest.xml
parentf5854d238e4c8aecb5370e56301bd43015ad8ba9 (diff)
rewrite how preference screens are invokved
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 5f59388b8..961c4df2a 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -244,6 +244,10 @@
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".ui.SettingsActivity" />
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW" />
+ <category android:name="android.intent.category.PREFERENCE" />
+ </intent-filter>
</activity>
<activity
android:name=".ui.UpdaterActivity"