Loading
Resolve NotificationManager hidden APIs
Resolve the Telecom dependency on the NotificationManager#notifyAsUser and NotificationManager#cancelAsUser hidden APIs. Instead, we can create a user context via Context#createContextAsUser and use the public APIs (notify and cancel) instead. Bug: 305310218 Flag: com.android.server.telecom.flags.resolve_hidden_dependencies_two Test: atest TelecomUnitTests Change-Id: Icaba207deaf8fb2dc526bf658be8e3804624f40a