You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.6 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android"
package="name.mikanoshi.yourtubeplus"
android:versionCode="13"
android:versionName="12.23.60">
android:minSdkVersion="16"
android:targetSdkVersion="25" />
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:allowBackup="true">
android:name="name.mikanoshi.yourtubeplus.SettingsActivity">
>
android:name="android.intent.action.MAIN" />
android:name="de.robv.android.xposed.category.MODULE_SETTINGS" />
android:enabled="true"
android:name="name.mikanoshi.yourtubeplus.SettingsActivity-Alias"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:targetActivity="name.mikanoshi.yourtubeplus.SettingsActivity">
>
android:name="android.intent.action.MAIN" />
android:name="android.intent.category.LAUNCHER" />
android:name="xposedmodule" android:value="true"/>
android:name="xposedminversion" android:value="54+"/>
android:name="xposeddescription" android:value="@string/xposed_description"/>