You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having same issue. Not sure it its 100% related, but getting "E/libc: Access denied finding property "ro.vendor.config.hw_vowifi"" when enabling the message.setImage() line above. Disabling it will send a normal sms without any issue.
This is my code
`
try {
SharedPreferences sharedpreferences = getSharedPreferences(PREFS_NAME, Context.MODE_PRIVATE);
String path_camera = sharedpreferences.getString("pref_path_camera", "");
If i put into comments the line message.setImage(myImg); the message will be sent like normal SMS
What am I doing wrong ?
The text was updated successfully, but these errors were encountered: