scrcpy/server/src/main/AndroidManifest.xml
Romain Vimont b67907e24e Convert server to an Android project
To simplify the device server-side build, use gradle to create an APK,
even if we use it as a simple jar, by running its main() method.
2018-01-30 12:01:36 +01:00

3 lines
119 B
XML

<!-- not a real Android application, it is run by app_process manually -->
<manifest package="com.genymobile.scrcpy"/>