Skip to content

Commit caa42e1

Browse files
committed
simplify Manifests
1 parent e831abb commit caa42e1

11 files changed

Lines changed: 22 additions & 75 deletions

File tree

AntiBrightnessChange/src/main/AndroidManifest.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
3-
xmlns:android="http://schemas.android.com/apk/res/android"
4-
xmlns:tools="http://schemas.android.com/tools"
5-
>
3+
xmlns:android="http://schemas.android.com/apk/res/android">
64

7-
<application
8-
android:label="AntiBrightnessChange"
9-
tools:ignore="MissingApplicationIcon"
10-
>
5+
<application android:label="AntiBrightnessChange">
116
<meta-data
127
android:name="xposedmodule"
138
android:value="true"

AutomaticAdvancedSettingsExpander/src/main/AndroidManifest.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
3-
xmlns:android="http://schemas.android.com/apk/res/android"
4-
xmlns:tools="http://schemas.android.com/tools"
5-
>
3+
xmlns:android="http://schemas.android.com/apk/res/android">
64

7-
<application
8-
android:allowBackup="true"
9-
android:label="@string/appname"
10-
tools:ignore="MissingApplicationIcon"
11-
>
5+
<application android:label="@string/appname">
126
<meta-data
137
android:name="xposedmodule"
148
android:value="true"

BetterBluetoothDeviceSort/src/main/AndroidManifest.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
3-
xmlns:android="http://schemas.android.com/apk/res/android"
4-
xmlns:tools="http://schemas.android.com/tools"
5-
>
3+
xmlns:android="http://schemas.android.com/apk/res/android">
64

7-
<application
8-
android:allowBackup="true"
9-
android:label="@string/appname"
10-
tools:ignore="MissingApplicationIcon"
11-
>
5+
<application android:label="@string/appname">
126
<meta-data
137
android:name="xposedmodule"
148
android:value="true"

BetterVerboseWiFiLogging/src/main/AndroidManifest.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
3-
xmlns:android="http://schemas.android.com/apk/res/android"
4-
xmlns:tools="http://schemas.android.com/tools"
5-
>
3+
xmlns:android="http://schemas.android.com/apk/res/android">
64

7-
<application
8-
android:allowBackup="false"
9-
android:label="@string/appname"
10-
tools:ignore="DataExtractionRules,MissingApplicationIcon"
11-
>
5+
<application android:label="@string/appname">
126
<meta-data
137
android:name="xposedmodule"
148
android:value="true"

DontResetIfBootedAndConnected/src/main/AndroidManifest.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
3-
xmlns:android="http://schemas.android.com/apk/res/android"
4-
xmlns:tools="http://schemas.android.com/tools"
5-
>
3+
xmlns:android="http://schemas.android.com/apk/res/android">
64

7-
<application
8-
android:allowBackup="true"
9-
android:label="DontResetIfBootedAndConnected"
10-
tools:ignore="MissingApplicationIcon"
11-
>
5+
<application android:label="DontResetIfBootedAndConnected">
126
<meta-data
137
android:name="xposedmodule"
148
android:value="true"

FreeNotifications/src/main/AndroidManifest.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
3-
xmlns:android="http://schemas.android.com/apk/res/android"
4-
xmlns:tools="http://schemas.android.com/tools"
5-
>
3+
xmlns:android="http://schemas.android.com/apk/res/android">
64

7-
<application
8-
android:allowBackup="true"
9-
android:label="@string/appname"
10-
tools:ignore="MissingApplicationIcon"
11-
>
5+
<application android:label="@string/appname">
126
<meta-data
137
android:name="xposedmodule"
148
android:value="true"

MuteSlf4jWarnings/src/main/AndroidManifest.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
3-
xmlns:android="http://schemas.android.com/apk/res/android"
4-
xmlns:tools="http://schemas.android.com/tools"
5-
>
3+
xmlns:android="http://schemas.android.com/apk/res/android">
64

7-
<application
8-
android:allowBackup="true"
9-
android:label="slf4j mute"
10-
tools:ignore="MissingApplicationIcon"
11-
>
5+
<application android:label="slf4j mute">
126
<meta-data
137
android:name="xposedmodule"
148
android:value="true"

ResetAllNotificationChannels/src/main/AndroidManifest.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
3-
xmlns:android="http://schemas.android.com/apk/res/android"
4-
xmlns:tools="http://schemas.android.com/tools"
5-
>
3+
xmlns:android="http://schemas.android.com/apk/res/android">
64

7-
<application
8-
android:allowBackup="true"
9-
android:label="@string/appname"
10-
tools:ignore="MissingApplicationIcon"
11-
>
5+
<application android:label="@string/appname">
126
<meta-data
137
android:name="xposedmodule"
148
android:value="true"

RotationControl/src/main/AndroidManifest.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
3-
xmlns:android="http://schemas.android.com/apk/res/android"
4-
>
5-
3+
xmlns:android="http://schemas.android.com/apk/res/android">
4+
65
<application
7-
android:allowBackup="true"
86
android:icon="@android:drawable/ic_menu_rotate"
97
android:label="RotationControl"
108
>

buildSrc/src/main/kotlin/common.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ if (isAndroid) {
114114
disable += "DiscouragedApi"
115115
disable += "ExpiredTargedSdkVersion"
116116
disable += "OldTargetApi"
117+
disable += "MissingApplicationIcon"
118+
disable += "UnusedAttribute"
117119
}
118120
}
119121
}

0 commit comments

Comments
 (0)