Sms Permissions not working. No matter where I put the permission tag
问题 I'm just trying to send a simple text to my self.. of course the exception is java.lang.SecurityException: Sending SMS message: uid 10263 does not have android.permission.SEND_SMS This is what my Manifest file looks like <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.homesafe" android:versionCode="1" android:versionName="1.0" android:permission="android.permission.SEND_SMS"> <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />