Update for AppOpsController changes
Bug: 235727273 Test: Manually with Settings Change-Id: Ic4f4d6354b471500ee727e513ff161f0ee1e3225
This commit is contained in:
@@ -19,7 +19,6 @@ package com.android.settings.spa.app.specialaccess
|
||||
import android.Manifest
|
||||
import android.app.AppGlobals
|
||||
import android.app.AppOpsManager.MODE_DEFAULT
|
||||
import android.app.AppOpsManager.MODE_ERRORED
|
||||
import android.app.AppOpsManager.OP_REQUEST_INSTALL_PACKAGES
|
||||
import android.content.Context
|
||||
import android.content.pm.ApplicationInfo
|
||||
@@ -65,7 +64,6 @@ class InstallUnknownAppsListModel(private val context: Context) :
|
||||
context = context,
|
||||
app = app,
|
||||
op = OP_REQUEST_INSTALL_PACKAGES,
|
||||
modeForNotAllowed = MODE_ERRORED
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user