I have created an app using adobe Flash CS6 / Adobe Air 26.0 .
To pause the game whenever the app goes into background, I'm using the Deactivate state correctly, and everything is working fine.
I needed to add permission through the xml file to read the phone state READ_PHONE_STATE.
I understand that this permission also implies that the app is reading the phone's phone number, log and several other stuff, that's why I had to create a privacy policy.
Is there any other permission that I could use instead of READ_PHONE_STATE since I only need to know if the app is going to the background, and I don't need all the other stuff?