const val METADATA_KEY_EXECUTABLE_PATH: String
The metadata key to retrieve executable path to your native binary. This path should be relative to your application's nativeLibraryDir.
If this is set, the host app will prefer this value and (probably) not launch your app at all (aka faster mode). In order for this to work, plugin app is encouraged to have the following in its AndroidManifest.xml:
Do not use this if you plan to do some setup work before giving away your binary path, or your native binary is not at a fixed location relative to your application's nativeLibraryDir.
Since plugin lib: 1.3.0
Constant Value: "com.github.shadowsocks.plugin.executable_path"