You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CustoMIUIzer/app/src/main/java/name/mikanoshi/customiuizer/subs/System_PopupNotif.java

17 lines
410 B
Java

package name.mikanoshi.customiuizer.subs;
import android.os.Bundle;
import name.mikanoshi.customiuizer.SubFragment;
public class System_PopupNotif extends SubFragment {
@Override
public void onActivityCreated(Bundle savedInstanceState) {
super.onActivityCreated(savedInstanceState);
findPreference("pref_key_system_popupnotif_apps").setOnPreferenceClickListener(openAppsEdit);
}
}