summaryrefslogtreecommitdiffstats
path: root/AriesParts/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AriesParts/AndroidManifest.xml')
-rw-r--r--AriesParts/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AriesParts/AndroidManifest.xml b/AriesParts/AndroidManifest.xml
index d108fb8..a2213b4 100644
--- a/AriesParts/AndroidManifest.xml
+++ b/AriesParts/AndroidManifest.xml
@@ -9,11 +9,16 @@
<intent-filter>
<action android:name="com.cyanogenmod.action.LAUNCH_DEVICE_SETTINGS" />
</intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
</activity>
<receiver android:name=".Startup">
<intent-filter android:priority="100">
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
+ <service android:name=".TvOutService" />
</application>
</manifest>