Decompiling Complete!
Here's a contents of AndroidManifest.xml. You can download the full contents of the APK here
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.skalski.mazdamediaplayer" platformBuildVersionCode="23" platformBuildVersionName="6.0-2166767">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme">
<activity android:configChanges="keyboardHidden|orientation" android:label="@string/app_name" android:name="com.skalski.mazdamediaplayer.ActivityMain" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:name="com.skalski.mazdamediaplayer.ActivitySettings"/>
</application>
</manifest>
Did you find this useful?
Sign up to receive occasional email updates on Android developement and best security practices!