1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/Android-TV-Cordova-Android-TV-Plugin

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
plugin.xml 2.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
HughIsaacs2 Отправлено 24.12.2015 00:10 6e8b6c7
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.hughisaacs2.cordova.plugins.androidtvplugin"
version="1.0.3">
<name>AndroidTVPlugin</name>
<description>Cordova Android TV Plugin</description>
<author email="hughisaacs@acrylicstyle.com" href="http://hughisaacs2.acrylicstyle.com">Hugh Isaacs II</author>
<license>MIT</license>
<keywords>ecosystem:cordova,cordova-android</keywords>
<!--
<preference name="is_game" />
<preference name="uses_gamepad" />
-->
<engines>
<engine name="cordova" version=">=3.0.0" />
</engines>
<platform name="android">
<config-file target="AndroidManifest.xml" parent="/manifest">
<uses-feature android:name="android.software.leanback" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
<uses-feature android:name="android.hardware.microphone" android:required="false" />
<uses-feature android:name="android.hardware.wifi" android:required="false" />
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
<uses-feature android:name="android.hardware.location" android:required="false" />
<uses-feature android:name="android.hardware.location.gps" android:required="false" />
<uses-feature android:name="android.hardware.location.network" android:required="false" />
<uses-feature android:name="android.hardware.telephony" android:required="false" />
<!-- <uses-feature android:name="android.hardware.gamepad" android:required="false"/> -->
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application/activity/intent-filter">
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="tv.ouya.intent.category.GAME" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</config-file>
<hook type="after_prepare" src="isgame.js" />
</platform>
</plugin>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/Android-TV-Cordova-Android-TV-Plugin.git
git@api.gitlife.ru:oschina-mirror/Android-TV-Cordova-Android-TV-Plugin.git
oschina-mirror
Android-TV-Cordova-Android-TV-Plugin
Android-TV-Cordova-Android-TV-Plugin
master