summaryrefslogtreecommitdiffstats
path: root/AriesParts/AndroidManifest.xml
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-12-06 14:45:41 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-12-06 14:45:54 +0700
commitcdf27513762c3313f8ef8e606bb31533e5f25087 (patch)
tree56fcffba956b8305ded2e104758a2f744cfb2285 /AriesParts/AndroidManifest.xml
parent71012e283db265ba0d4b93400ea802e2a84c46bf (diff)
downloaddevice_samsung_aries-common-cdf27513762c3313f8ef8e606bb31533e5f25087.zip
device_samsung_aries-common-cdf27513762c3313f8ef8e606bb31533e5f25087.tar.gz
device_samsung_aries-common-cdf27513762c3313f8ef8e606bb31533e5f25087.tar.bz2
Add TV Out support
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>