mirror of
https://github.com/Fuzion24/JustTrustMe.git
synced 2026-03-15 04:43:17 +08:00
Put xposed metadata under the correct child element
This commit is contained in:
@@ -2,15 +2,14 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="just.trust.me" >
|
||||
|
||||
<meta-data android:value="true" android:name="xposedmodule"/>
|
||||
<meta-data android:value="2.0*" android:name="xposedminversion"/>
|
||||
<meta-data android:value="Assists in removing DRM from the Amazon books you own" android:name="xposeddescription"/>
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme" >
|
||||
<meta-data android:value="true" android:name="xposedmodule"/>
|
||||
<meta-data android:value="2.0*" android:name="xposedminversion"/>
|
||||
<meta-data android:value="Kills SSL certificate validation" android:name="xposeddescription"/>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user