-
Classes Class Description de.robv.android.xposed.XSharedPreferences This class is basically the same as SharedPreferencesImpl from AOSP, but read-only and without listeners support.
-
Methods Method Description external.org.apache.commons.lang3.toCharacterObject(char) Converts the character to a Character. external.org.apache.commons.lang3.chomp(String,String) Removes {@code separator}from the end of{@code str}if it's there, otherwise leave it alone.de.robv.android.xposed.unhookMethod(Member,XC_MethodHook) Removes the callback for a hooked method/constructor. de.robv.android.xposed.edit() de.robv.android.xposed.registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) de.robv.android.xposed.unregisterOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener)
-
Constructors Constructor Description de.robv.android.xposed.callbacks.XCallback()