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.