[AW] Fix typo in SafeModeService aidl.
Change-Id: Ie6c15fbe7f62ce44c228acb055572a07e4bffe96 Signed-off-by: Mugdha Lakhani <nator@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2959916 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#894053}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
49fac81498
commit
aa97940795
@ -12,7 +12,7 @@ interface ISafeModeService {
|
||||
// empty list will disable SafeMode.
|
||||
//
|
||||
// Only certain trusted (Google-managed) services are permitted to call this API, as determined
|
||||
// by an allowlist. If the caller's UID does not match a trusted package (determiend by both
|
||||
// by an allowlist. If the caller's UID does not match a trusted package (determined by both
|
||||
// package name and signing certificate, looked up via the system PackageManager),
|
||||
// SafeModeService will throw a SecurityException.
|
||||
void setSafeMode(in List<String> actions);
|
||||
|
Reference in New Issue
Block a user