Switch to AndroidX preference manager

This commit is contained in:
M66B
2019-03-15 13:54:25 +00:00
parent c91443b99f
commit b023005698
26 changed files with 31 additions and 25 deletions

View File

@@ -27,7 +27,6 @@ import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.preference.PreferenceManager;
import android.provider.Settings;
import android.util.Base64;
import android.view.View;
@@ -50,6 +49,7 @@ import androidx.annotation.Nullable;
import androidx.fragment.app.FragmentTransaction;
import androidx.lifecycle.Lifecycle;
import androidx.localbroadcastmanager.content.LocalBroadcastManager;
import androidx.preference.PreferenceManager;
abstract class ActivityBilling extends ActivityBase implements PurchasesUpdatedListener {
private BillingClient billingClient = null;