I need help in making an alarm using taifun

I am using the alarm extension by taifun in my app but it says "Permission Denial: starting Intent { act=android.intent.action.SET_ALARM cmp=com.android.deskclock/.HandleSetAlarm (has extras) } from ProcessRecord{b551ad8 31889:edu.mit.appinventor.aicompanion3/u0a719} (pid=31889, uid=10719) requires com.android.alarm.permission.SET_ALARM
Note: You will not see another error reported for 5 seconds."
My blocks:

Hi @Gopa_Samal, You are receiving error because you are connected to the A12 Companion. To test your app download the APK and then test it.

Why this error in companion?

Because the companion do not have the permission to access to the set system alarm.

android.permission.SET_ALARM
3 Likes
2 Likes