Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.41 KB

File metadata and controls

20 lines (14 loc) · 1.41 KB

Automatic Advanced Settings Expander

This Xposed module automatically expands the advanced settings in the Settings app by hooking PreferenceGroup and ExpandablePreference. I hate to always expand them myself every time.

Should work on all Android versions where the Settings app uses one of

  • androidx.preference.PreferenceGroup
  • android.preference.PreferenceGroup
  • android.support.v7.preference.PreferenceGroup
  • com.android.settingslib.widget.ExpandablePreference

Please report where it stops working so that I can edit the minSdkVersion or add missing classes.

This is an Xposed module part of the LSPosed Module Repo or in the LSPosed App.

before after
before after