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
I also added the following permission in the manifest <uses-permission android:name="com.android.alarm.permission.SET_ALARM"/>
But I get the following error:
class java.lang.NoSuchFieldException: No field android.intent.action.SET_ALARM in class Landroid/content/Intent; (declaration of 'android.content.Intent' appears in /system/framework/framework.jar)
How can I solve? I'm trying on a galaxy A7 - Android marshmallow
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi all and happy new year!!!!
I was trying to set an alarm with the following code:
I also added the following permission in the manifest
<uses-permission android:name="com.android.alarm.permission.SET_ALARM"/>
But I get the following error:
class java.lang.NoSuchFieldException: No field android.intent.action.SET_ALARM in class Landroid/content/Intent; (declaration of 'android.content.Intent' appears in /system/framework/framework.jar)
How can I solve? I'm trying on a galaxy A7 - Android marshmallow
Thanks a lot.
The text was updated successfully, but these errors were encountered: