and protecting the same read-only, when i compile and create the file AndroidManifest-Example.xml reports the same permission. The code is not changed anything (I fixed some ToastMessage). Until two days ago on the same app that did not happen.
Any idea?
You should not set the manifest as READ ONLY, if you don't want that permission then remove it using the Manifest Editor (RemovePermission).
The option to set the manifest as read only has been left there for compatibility purposes, but it should not be used anymore, the proper way now is by using the Manifest editor.