tachiyomi-extensions-lib/library/src/main/java/androidx/preference/PreferenceScreen.java

16 lines
294 B
Java
Raw Normal View History

2020-05-09 17:04:03 +02:00
package androidx.preference;
import android.content.Context;
public class PreferenceScreen {
public boolean addPreference(Preference preference) {
throw new RuntimeException("Stub!");
}
public Context getContext() {
throw new RuntimeException("Stub!");
}
}