How to get android application name from apk file with python

How do I get the android application name from a apk with python? I can use apkutils to get packagename,but i want to get application name. The apkutils can get @android:label’: ‘@7F040000,but it not application name.

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.