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

Skip to content
Commit c32db2d0 authored by mattgilbride's avatar mattgilbride
Browse files

JobSchedulerService - call PermissionEnforcer helper on methods annotated with @EnforcePermission

All java methods annotated with @EnforcePermission
must call super.<methodName>_enforcePermission
method provided by PermissionEnforcer.

This required by the @EnforcePermission annotation,
and enforced by a lint check.

This lint check does not yet run globally, causing
this to be missed. That problem is being addressed
imminently.

Bug: 236558918
Test: TH
Change-Id: Ie3ac9d33644f69e81d0570caf09036817f0d0d39
parent eae34494
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment