aboutsummaryrefslogtreecommitdiff
path: root/dists/android
diff options
context:
space:
mode:
authorMarcus Comstedt2013-08-07 17:19:24 +0200
committerMarcus Comstedt2013-08-07 17:19:24 +0200
commit9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff (patch)
tree7e186cba90de35cf5f373de7455fd6d195a7a038 /dists/android
parent237ce0b89bc20d85f9bb4702e5c9aec7cf647f28 (diff)
downloadscummvm-rg350-9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff.tar.gz
scummvm-rg350-9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff.tar.bz2
scummvm-rg350-9a888ed1c8b32a33a8dd91f0ff6c81ea7773e6ff.zip
ANDROID: Add OUYA icon and intent
Diffstat (limited to 'dists/android')
-rw-r--r--dists/android/AndroidManifest.xml1
-rw-r--r--dists/android/AndroidManifest.xml.in1
-rw-r--r--dists/android/res/drawable-xhdpi/ouya_icon.pngbin0 -> 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
new file mode 100644
index 0000000000..42f9a2a8ce
--- /dev/null
+++ b/dists/android/res/drawable-xhdpi/ouya_icon.png
Binary files differ