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

Commit d582f554 authored by Michael Wright's avatar Michael Wright
Browse files

Suppress any missing permissions warnings.

Bug: 342006701
Test: IDE
Change-Id: I52bf98d7a681bdb5aec0367c2058a9b5c14b5e6a
parent 1fad97b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -233,6 +233,7 @@ import java.util.function.Consumer;
 * avoid this by making all potentially reentrant out-calls asynchronous.
 * </p>
 */
@SuppressWarnings("MissingPermission")
public final class DisplayManagerService extends SystemService {
    private static final String TAG = "DisplayManagerService";