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...
A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .
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