Trouble shoot for does not have android.permission.SEND_SMS case in Android
Today I met error on android send SMS function with below error message "does not have android.permission.SEND_SMS" This problem came up on android API 23. I never met this kind of error under API 23. What I found solution is that first, give SEMD_SMS permission on AndroidManifest.xml file then, I implemented code like this // first, call address intent to get person mobile number public void se..
개발/코딩
2016. 9. 29. 10:26
최근댓글