Check sound Uri permission when creating a notification channel
Verify that the calling app has the right permissions to read/grant the sound Uri for a channel it creates. Fallback to default notification sound if permission check fails. Previously, Uri permissions would only be checked by NotificationRecord when a notification was posted. Flag: EXEMPT security fix Test: atest PreferencesHelperTest Test: atest NotificationManagerServiceTest Bug: 337775777 Change-Id: I7977a8b6eea4b75873787e0ab75de7b4e788f2df
Loading