Search code examples
androidnotificationssmsringtone

How to get URI current/default ringtone for incoming SMS?


I am writing application which intented to replace standard/stock messenger. So I need to define default ringtone for incoming messages. I mean incoming SMS notification ringtone.

Anyone knows how to get it?


Solution

  • For default notification sound :

    String defaultPath = Settings.System.DEFAULT_NOTIFICATION_URI.getPath();