File tree Expand file tree Collapse file tree
AntiBrightnessChange/src/main
AutomaticAdvancedSettingsExpander/src/main
BetterBluetoothDeviceSort/src/main
BetterVerboseWiFiLogging/src/main
DontResetIfBootedAndConnected/src/main
FreeNotifications/src/main
MuteSlf4jWarnings/src/main
ResetAllNotificationChannels/src/main Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments