diff options
author | Marcus Comstedt | 2013-08-07 17:19:24 +0200 |
---|---|---|
committer | Marcus Comstedt | 2013-08-07 17:19:24 +0200 |
commit | 9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff (patch) | |
tree | 7e186cba90de35cf5f373de7455fd6d195a7a038 /dists | |
parent | 237ce0b89bc20d85f9bb4702e5c9aec7cf647f28 (diff) | |
download | scummvm-rg350-9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff.tar.gz scummvm-rg350-9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff.tar.bz2 scummvm-rg350-9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff.zip |
ANDROID: Add OUYA icon and intent
Diffstat (limited to 'dists')
-rw-r--r-- | dists/android/AndroidManifest.xml | 1 | ||||
-rw-r--r-- | dists/android/AndroidManifest.xml.in | 1 | ||||
-rw-r--r-- | dists/android/res/drawable-xhdpi/ouya_icon.png | bin | 0 -> 110822 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index 320ed16a6e..16d1ee578b 100644 --- a/dists/android/AndroidManifest.xml +++ b/dists/android/AndroidManifest.xml @@ -36,6 +36,7 @@ <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> + <category android:name="tv.ouya.intent.category.GAME"/> </intent-filter> </activity> </application> diff --git a/dists/android/AndroidManifest.xml.in b/dists/android/AndroidManifest.xml.in index 8f7887eaf5..bf45ffcc0e 100644 --- a/dists/android/AndroidManifest.xml.in +++ b/dists/android/AndroidManifest.xml.in @@ -36,6 +36,7 @@ <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> + <category android:name="tv.ouya.intent.category.GAME"/> </intent-filter> </activity> </application> diff --git a/dists/android/res/drawable-xhdpi/ouya_icon.png b/dists/android/res/drawable-xhdpi/ouya_icon.png Binary files differnew file mode 100644 index 0000000000..42f9a2a8ce --- /dev/null +++ b/dists/android/res/drawable-xhdpi/ouya_icon.png |