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

Commit 41b2271b authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Add a permission check to a stubbed method" into sc-dev

parents 56b6ff07 a0d9cf7f
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;
    }