ringtone manager

  1. Z

    Android Example Use MediaStore to play and export Ringtones. Demo, lib and Java source code.

    The media provider provides an indexed collection of common media types, such as Audio, Video, and Images, from any attached storage devices. Root permission is not required.
  2. P

    Bug? AddToMediaStore error

    The following code causes the java exception "java.lang.NullPointerException" (see Exception.txt attachment). Dim oRM As RingtoneManager . . . Log("rtfile = " & rtfile) Log("st = " & st) u = oRM.AddToMediaStore(File.DirRootExternal & "/Ringtones", rtfile, st, False...
  3. Azam Memon

    Android Question granturipermission error on internal storage in NB6 customSound

    I have obtained URI of a sound using RingTone Manager for NB6 custom sound, the URI of sound is: content://media/internal/audio/media/30 When I try n.CustomSound("content://media/internal/audio/media/30") I get the following exception. (RuntimeException) java.lang.RuntimeException...
Top