mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Merge pull request #11802 from farmerbb/farmerbb/fix_android_tv
Play Store: download cores at app install time on Android TV devices
This commit is contained in:
commit
74d97cc1ca
@ -2,7 +2,7 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.retroarch"
|
package="com.retroarch"
|
||||||
android:versionCode="1597175230"
|
android:versionCode="1597175231"
|
||||||
android:versionName="1.9.0"
|
android:versionName="1.9.0"
|
||||||
android:installLocation="internalOnly">
|
android:installLocation="internalOnly">
|
||||||
<uses-feature android:glEsVersion="0x00020000" />
|
<uses-feature android:glEsVersion="0x00020000" />
|
||||||
|
@ -6,6 +6,11 @@
|
|||||||
<dist:module dist:title="@string/%CORE_NAME%">
|
<dist:module dist:title="@string/%CORE_NAME%">
|
||||||
<dist:delivery>
|
<dist:delivery>
|
||||||
<dist:on-demand />
|
<dist:on-demand />
|
||||||
|
<dist:install-time>
|
||||||
|
<dist:conditions>
|
||||||
|
<dist:device-feature dist:name="android.software.leanback"/>
|
||||||
|
</dist:conditions>
|
||||||
|
</dist:install-time>
|
||||||
</dist:delivery>
|
</dist:delivery>
|
||||||
<dist:fusing dist:include="true" />
|
<dist:fusing dist:include="true" />
|
||||||
</dist:module>
|
</dist:module>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user