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

Commit df781331 authored by Gang(Gary) Sun's avatar Gang(Gary) Sun Committed by Android (Google) Code Review
Browse files

Merge "Fix build by using ALLOWLIST_TOKEN"

parents 481414fe 696f0adb
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