getLine1NumberForDisplay: Neither user 10408 nor current process has android.permission.READ_PHONE_STATE, android.permission.READ_SMS, or android.permission.READ_PHONE_NUMBERS
When a phone call starts I can't activate Activity starter set with these values Action:android.intyent.action.cal datauri:tel:123456789 (should be replaced by the actual number). In other words, when a call starts Activity starter must be started to open the Dialer and then activate the speakerphone. Can someone give me a hand (an example of blocking, perhaps), please? Thanks
Additionally those permissions must be available in the manifest of your app, therefore
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.
Your list handling is quite cumbersome... you are storing a list with n items in the first item of a list... just store the n items directly in the list...
good evening, I can't get permissions from android(Neither user 10408 nor current process has android.permission.READ_PHONE_STATE, android.permission.READ_SMS, or android.permission.READ_PHONE_NUMBERS). My goal is to create an app that allows you to record an incoming and outgoing phone call and then save it. I need a kind soul to put me on the right path by making suggestions or changes to the attached block. Thanks
yes, I ran the tests with the apk file. I use redmi note 10 (Xiaomi) with android version 13. The problem remains, I can't get permissions from Android
yes, I ran the tests with the apk file. I use redmi note 10 (Xiaomi) with android version 13. The problem remains, I can't get permissions from Android