Skip to content

Commit

Permalink
Android TV: Add TV banner + some metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmabeta committed Jun 3, 2015
1 parent b14bea8 commit 920a85b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Source/Android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.dolphinemu.dolphinemu">

<uses-feature
android:name="android.hardware.touchscreen"
android:required="false"/>
<uses-feature
android:name="android.software.leanback"
android:required="false"/>

<uses-feature android:glEsVersion="0x00030000" />

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand All @@ -10,7 +17,8 @@
<application
android:icon="@drawable/ic_launcher"
android:allowBackup="true"
android:supportsRtl="true">
android:supportsRtl="true"
android:banner="@drawable/banner_tv">

<activity
android:name=".activities.GameGridActivity"
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 920a85b

Please sign in to comment.