Android RingtoneManager Wont Work In API 23 And Above.
I have been trying to get the system's default notification sound to play using RingtoneManager. The code works fine until API 22 but just stops working beyond that. This is how I
Solution 1:
it's permission issue in >22, you need to request permission at runtime,
Post a Comment for "Android RingtoneManager Wont Work In API 23 And Above."