-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add permission introduced in Android 13 (#33471)
Summary: Android 13 introduces two new permission, - [NEARBY_WIFI_DEVICES](https://developer.android.com/about/versions/13/features/nearby-wifi-devices-permission) for scanning nearby wifi devices. - [POST_NOTIFICATIONS](https://developer.android.com/about/versions/13/changes/notification-permission) for posting notifications. This PR adds all the new permission (as of this PR creation) in Android 13. ## Changelog [Android] [Added] - Add POST_NOTIFICATIONS, NEARBY_WIFI_DEVICES permission Pull Request resolved: #33471 Test Plan: ``` PermissionsAndroid.POST_NOTIFICATIONS === 'android.permission.POST_NOTIFICATIONS' PermissionsAndroid.NEARBY_WIFI_DEVICES === 'android.permission.NEARBY_WIFI_DEVICES' ``` Reviewed By: cortinico Differential Revision: D35080683 Pulled By: GijsWeterings fbshipit-source-id: cd5ba7f519feb77f939d5076ef414a01357329ab
- Loading branch information
1 parent
92ebb29
commit 0a854c7
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters