Imports com.android.settings.R to fix build breakage in master
This change should resolve the build failure for ag/4013709 in master. Bug: 78908915 Bug: 78641268 Test: None Change-Id: I01dc37a90f132b9052a3ecae04d4ea09a0c78c91
This commit is contained in:
@@ -23,6 +23,8 @@ import android.content.pm.PackageManager;
|
||||
import android.os.UserManager;
|
||||
import android.provider.Settings;
|
||||
|
||||
import com.android.settings.R;
|
||||
|
||||
public class SwipeUpPreferenceController extends GesturePreferenceController {
|
||||
|
||||
private final int ON = 1;
|
||||
|
Reference in New Issue
Block a user