-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: Add POST_NOTIFICATIONS
permission to the list of permissions available in the Export dialog
#90377
Conversation
…e in the Export dialog
6f064c1
to
739190c
Compare
POST_NOTIFICATIONS
permission to the list of permissions available in the Export dialog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the addition!
Thanks! |
@@ -380,6 +380,9 @@ | |||
<member name="permissions/persistent_activity" type="bool" setter="" getter="" deprecated="Deprecated in API level 15."> | |||
Allow an application to make its activities persistent. | |||
</member> | |||
<member name="permissions/post_notifications" type="bool" setter="" getter="" deprecated=""> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed the deprecated=""
which was likely copied from one of the surrounding errors. This will mark this entry as deprecated in the docs, when that's not intended.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bah, my bad, thanks for noticing. I'll remove it in another PR - I believe a few other permission properties could use an update to their description...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in #90546
Cherry-picked for 4.2.2. |
Cherry-picked for 4.1.4. |
Cherry-picked for 3.6. |
Fixes #75673
As in subject
The permission is in the
AndroidManifest
of the resulting app:HOW TO TEST
AndroidManifest.xml
of the exported apk (you can drag/drop to Android Studio and check it there)