TongZhangzt / cordova-plugin-native-ringtones

Cordova Plugin for getting the native ringtone list on Android/IOS devices.You can also use this plugin to play native ringtones and custom ringtones(stored in the www folder).
https://www.npmjs.com/package/cordova-plugin-native-ringtones
Apache License 2.0
8 stars 20 forks source link

Update NativeRingtones.java #7

Closed ruxes7 closed 6 years ago

ruxes7 commented 6 years ago

Fixed bug that get method executes else statement every time. Comparison of strings should use the .equal(), not comparison operators(==).