Is there any way to get the meta-data declared in AndroidManifest.xml from apk?
PS: Not programmatically.
AndroidManifest.xml
<meta-data
android:name="password"
android:value="abc123" />
I had tried to use aapt d badging /apkpath.
But what I got is only the package, versionCode, versionName, platformBuildVersionName, sdkVersion, targetSdkVersion, uses-permission and application-label.