Merge "Use userContext instead of context" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
0aa7850791
@@ -190,7 +190,7 @@ class PackageInfoPresenter(
|
||||
requireAuthAndExecute {
|
||||
coroutineScope.launch(Dispatchers.Default) {
|
||||
Log.d(TAG, "Stopping package $packageName for user")
|
||||
context.activityManager.stopPackageForUser(packageName)
|
||||
userContext.activityManager.stopPackageForUser(packageName)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user