Are you a Corona Enterprise user?
If so, then the “com.ansca.corona.SystemStartupBroadcastReceiver” is clearly explained in the AndroidManifest.xml file in all of the sample projects.
What that broadcast receiver does is start up a Corona app in the background when the Android device finishes booting up. This should be used by apps that support local/push notifications, because the app’s notifications will only be shown on the Android status bar if the app is running in the background. That is, if you force quit the app, then all of its notifications in the status bar will disappear. This is standard Android behavior. Starting up an app in the background on boot-up is normal for apps that display notifications, such as the standard Gmail app.
Now, a Corona app will not be started in the background on boot-up by default. You have to opt in to it by adding Android permission “android.permission.RECEIVE_BOOT_COMPLETED” to your AndroidManifest.xml file… or to your “build.settings” if you are a Corona Simulator user. Otherwise, this broadcast receiver will be ignored by the Android OS.
Regarding “System tools” and “Development tools”, I don’t know what you are talking about. Nor am I familiar with the message “test access to protected storage”. This doesn’t sound like something Corona Labs has written. Perhaps you are looking at a Corona app built by a 3rd party?
[import]uid: 32256 topic_id: 35289 reply_id: 140290[/import]