1
Fork 0
This repository has been archived on 2019-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
GCastNoDeviceAuth/app/src/main/AndroidManifest.xml

22 lines
747 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.yingtongli.gcastnoauth">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<meta-data
android:name="xposedmodule"
android:value="true" />
<meta-data
android:name="xposeddescription"
android:value="Module to disable Google Cast device authentication" />
<meta-data
android:name="xposedminversion"
android:value="82" />
</application>
</manifest>