mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +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"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.retroarch"
|
||||
android:versionCode="1597175230"
|
||||
android:versionCode="1597175231"
|
||||
android:versionName="1.9.0"
|
||||
android:installLocation="internalOnly">
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
|
@ -6,6 +6,11 @@
|
||||
<dist:module dist:title="@string/%CORE_NAME%">
|
||||
<dist:delivery>
|
||||
<dist:on-demand />
|
||||
<dist:install-time>
|
||||
<dist:conditions>
|
||||
<dist:device-feature dist:name="android.software.leanback"/>
|
||||
</dist:conditions>
|
||||
</dist:install-time>
|
||||
</dist:delivery>
|
||||
<dist:fusing dist:include="true" />
|
||||
</dist:module>
|
||||
|
Loading…
x
Reference in New Issue
Block a user