driving mode block

1088        private final HashMap whitelistsMap =
1089                new HashMap<>();
1090        private final HashMap blacklistsMap =
1091                new HashMap<>();

 

 AppBlockingPackageInfoWrapper[] blacklistWrapper = verifyList(policy.blacklists);
 AppBlockingPackageInfoWrapper[] whitelistWrapper = verifyList(policy.whitelists);

你可能感兴趣的:(Android,车机)