File tree Expand file tree Collapse file tree 4 files changed +18
-11
lines changed
PreventAudioFocus/src/main Expand file tree Collapse file tree 4 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
3-
2+ <manifest
3+ xmlns : android =" http://schemas.android.com/apk/res/android" >
4+
45 <application android : label =" @string/app_name" >
56 <activity
67 android : name =" .SettingsActivity"
8+ android : excludeFromRecents =" true"
79 android : exported =" true"
810 android : label =" @string/title_activity_settings"
911 android : theme =" @style/AppTheme"
10- android : excludeFromRecents =" true"
1112 >
1213 <intent-filter >
1314 <action android : name =" android.intent.action.MAIN" />
1415 <category android : name =" de.robv.android.xposed.category.MODULE_SETTINGS" />
1516 </intent-filter >
1617 </activity >
17-
18+
1819 <meta-data
1920 android : name =" xposedmodule"
2021 android : value =" true"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <RadioButton xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <RadioButton
3+ xmlns : android =" http://schemas.android.com/apk/res/android"
34 android : id =" @android:id/checkbox"
45 style =" @style/Widget.AppCompat.CompoundButton.RadioButton"
5- android : background =" @null"
66 android : layout_width =" wrap_content"
77 android : layout_height =" wrap_content"
8+ android : background =" @null"
89 android : clickable =" false"
9- android : focusable =" false" />
10+ android : focusable =" false"
11+ />
Original file line number Diff line number Diff line change 1- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
1+ <LinearLayout
2+ xmlns : android =" http://schemas.android.com/apk/res/android"
23 android : layout_width =" match_parent"
34 android : layout_height =" match_parent"
4- android : theme =" @style/AppTheme.Edge2EdgeFix" >
5-
5+ android : theme =" @style/AppTheme.Edge2EdgeFix"
6+ >
7+
68 <FrameLayout
79 android : id =" @+id/settings"
810 android : layout_width =" match_parent"
9- android : layout_height =" match_parent" />
11+ android : layout_height =" match_parent"
12+ />
1013</LinearLayout >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3+
34 <style name =" AppTheme" parent =" @android:style/Theme.DeviceDefault.Settings" />
45</resources >
You can’t perform that action at this time.
0 commit comments