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

Commit 696f0adb authored by Bernardo Rufino's avatar Bernardo Rufino Committed by Gang(Gary) Sun
Browse files

Fix build by using ALLOWLIST_TOKEN

CL ag/12184026 uses WHITELIST_TOKEN but raced with ag/12210670, which
replaces it with ALLOWLIST_TOKEN.

Bug: 162232399
Test: TH builds
Change-Id: Ib0b06d50a1ab2bd84dd18074628ee3d82ba94022
parent b2991250
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9938,7 +9938,7 @@ public class NotificationManagerService extends SystemService {

        @Override
        public IBinder getToken() {
            return WHITELIST_TOKEN;
            return ALLOWLIST_TOKEN;
        }

        @Override