summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d675626..4511728 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -12,7 +12,19 @@
android:hardwareAccelerated="true"
<service android:name="PhotoTable"
android:exported="true"
- android:label="@string/screensaver_name">
+ android:icon="@mipmap/icon"
+ android:label="@string/table_screensaver_name">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.DREAM" />
+ </intent-filter>
+ </service>
+ <service android:name="FlipperDream"
+ android:exported="true"
+ android:icon="@mipmap/flip"
+ android:label="@string/flipper_screensaver_name">
+ android:icon="@mipmap/flip"
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />