I tried to use androguard to analyze apk files, but some apk's AndroidManifest.xml do not show value directly, for example
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@7F0A02D1">
How can I retrieve the value of "@7F0A02D1" with androguard?
Please help, thanks.