Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
Updated readme to mention Android TV game categorization.
  • Loading branch information
HughIsaacs2 committed Aug 21, 2014
1 parent e9d062e commit 5609113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you want to interact with the controls on an Android TV or Google TV device j

For gamepad support turn to this plugin: https://github.com/judax/cordova-plugin-gamepad

**Note:** The Ouya tag was specifically set to be listed as a game, if you want it to show up on an Ouya as an app you'll have to replace the part in my plugin.xml file that says "tv.ouya.intent.category.GAME" with "tv.ouya.intent.category.APP".
**Note:** For Ouya and Android TV the plugin was specifically set to be list your app as a game, if you want it to show up on an Ouya and Android TV as an app you'll have to replace the part in my plugin.xml file that says "tv.ouya.intent.category.GAME" with "tv.ouya.intent.category.APP" and the part that says 'android:isGame="true"' to false.

Install
-------
Expand Down

0 comments on commit 5609113

Please sign in to comment.