For some device users, on startup they are presented with the following permissions dialog
"Would you like to grant AppX trusted application status?"
The user says yes and the app runs fine. But what does "trusted application status" mean? This seems really ambiguous, most permission dialogs refer to making a http message, accessing contact information and the like.
Final Question
Does "trusted application status" refer to accessing a specific API or a specific permission setting on the client devices?
I'd like to know the root cause of this since if it's an API access issue, I might exclude those calls from the app.