mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-22 20:43:03 +00:00
11 lines
404 B
XML
11 lines
404 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!-- Root application name -->
|
|
<!-- Ensure native libraries are always extracted for root builds,
|
|
since we must invoke the evdev_reader binary ourselves -->
|
|
<application
|
|
android:label="@string/app_label_root"
|
|
android:extractNativeLibs="true" />
|
|
</manifest>
|