Files
scrcpy/server/src/main/AndroidManifest.xml
Romain Vimont dec3abf92e Remove manifest package name
As reported by gradle:

> Setting the namespace via a source AndroidManifest.xml's package
> attribute is deprecated.
>
> Please instead set the namespace (or testNamespace) in the module's
> build.gradle file, as described here:
> https://developer.android.com/studio/build/configure-app-module#set-namespace
2023-02-27 12:24:49 +01:00

3 lines
88 B
XML

<!-- not a real Android application, it is run by app_process manually -->
<manifest />