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.

66 lines
2.9 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android"
package="com.langerhans.one"
android:versionCode="46"
android:versionName="3.1.2" >
android:minSdkVersion="17"
android:targetSdkVersion="19" />
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
android:name="android.permission.ACCESS_SUPERUSER"/>
android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
android:name="android.permission.INTERNET"/>
android:name="android.permission.VIBRATE" />
android:allowBackup="false"
allowSkinChange="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:backupAgent=".utils.PrefBackupAgent">
android:name="com.langerhans.one.MainActivity"
android:label="@string/app_name"
android:configChanges="keyboardHidden|orientation|screenSize" >
>
android:name="android.intent.action.MAIN" />
android:name="android.intent.category.LAUNCHER" />
android:name="com.htc.settings.category.PLUGIN_ENTRY"/>
android:name="plugAnchorItem" android:value="personalize"/>
android:name="plugAnchorShift" android:value="-1.0"/>
android:name="com.langerhans.one.ReorderActivity"
android:label="@string/eqs_reorder"
android:configChanges="keyboardHidden|orientation|screenSize" >
>
android:name="android.intent.action.VIEW" />
android:name="android.intent.category.PREFERENCE" />
android:theme="@style/Invisible"
android:name="com.langerhans.one.DimmedActivity"
android:exported="true"
android:launchMode="singleInstance"
android:excludeFromRecents="true"
android:configChanges="keyboardHidden|orientation|screenSize" />
android:name="com.langerhans.one.AboutScreen" android:screenOrientation="portrait" />
android:name="com.langerhans.one.PrefsFragment$HelperReceiver" android:exported="true">
>
android:name="com.langerhans.one.UPDATEBACKLIGHT" />
android:name="android.intent.action.BOOT_COMPLETED" />
android:name="android.intent.action.LOCALE_CHANGED" />
android:name="android.intent.category.DEFAULT" />
android:value="true" android:name="xposedmodule"/>
android:value="42+" android:name="xposedminversion"/>
android:value="Mods for Sense 5 and 5.5 ROMs" android:name="xposeddescription"/>
android:name="com.google.android.backup.api_key" android:value="AEdPqrEAAAAIhSrH0pp-xHb2SyhIIwRLpyQ3goUydSUQJT9GrQ" />