FAQ #21703, published on 2021-06-16
How to avoid an error when calling the EmailRunApp() on Android 11 ?

With Android 11, the EmailRunApp() command might trigger the error "No application for sending emails was found on the device".




In order to avoid the error, simply add the following permission to your application : 


<android.permission.QUERY_ALL_PACKAGES>