Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2f5b6ca authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "DO NOT MERGE Fix error where androidx targets were being used." into pi-dev

am: f7416d1f

Change-Id: Ie08d01d0f76e865dde825e49a71569f0af6a7419
parents 1191a4c5 f7416d1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ import android.content.res.Resources;
import android.graphics.Bitmap;
import android.os.AsyncTask;
import android.os.UserHandle;
import android.support.v4.graphics.drawable.RoundedBitmapDrawable;
import android.support.v4.graphics.drawable.RoundedBitmapDrawableFactory;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.view.LayoutInflater;
@@ -38,8 +40,6 @@ import android.widget.TextView;

import androidx.car.widget.PagedListView;

import androidx.core.graphics.drawable.RoundedBitmapDrawable;
import androidx.core.graphics.drawable.RoundedBitmapDrawableFactory;
import com.android.internal.util.UserIcons;
import com.android.settingslib.users.UserManagerHelper;
import com.android.systemui.R;