mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-08 00:46:05 +00:00
Revert extractNativeLibraries=false change due to install failure on Fire TV 3
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- Non-root application name -->
|
||||
<!-- No need to extract libraries for the non-root version -->
|
||||
<application
|
||||
android:label="Moonlight"
|
||||
android:extractNativeLibs="false" />
|
||||
<!-- FIXME: We should set extractNativeLibs=false but this breaks installation on the Fire TV 3 -->
|
||||
<application android:label="Moonlight" />
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user