Update Settings to use the proper DeviceConfig API.
Exempt-From-Owner-Approval: carry over approval from ag/6908306 bug:124769181 Change-Id: If18d0dc5e55dabf82b7c7a2b6df240fb8b24f736
This commit is contained in:
@@ -18,6 +18,7 @@ package com.android.settings.testutils.shadow;
|
||||
|
||||
import android.annotation.CallbackExecutor;
|
||||
import android.content.Context;
|
||||
import android.os.Handler;
|
||||
import android.permission.PermissionControllerManager;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
@@ -30,7 +31,7 @@ import java.util.concurrent.Executor;
|
||||
@Implements(PermissionControllerManager.class)
|
||||
public class ShadowPermissionControllerManager {
|
||||
|
||||
protected void __constructor__(Context context) {
|
||||
protected void __constructor__(Context contexts, Handler handler) {
|
||||
// no nothing, everything is shadowed
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user