Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77f58daa authored by Neil Fuller's avatar Neil Fuller Committed by Automerger Merge Worker
Browse files

Merge "Add a permission check to a stubbed method" into sc-dev am: 41b2271b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14185379

Change-Id: I50cac45c454b52acfd6b098ab7800d08b975d3b9
parents e824dc66 41b2271b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ public final class TimeDetectorService extends ITimeDetectorService.Stub {

    @Override
    public boolean updateConfiguration(TimeConfiguration timeConfiguration) {
        enforceManageTimeDetectorPermission();
        // TODO(b/172891783) Add actual logic
        return false;
    }