Grant the post notification permission to SearchSelector
By the legal requirement, Pixel devices shipped in 2024 shall show the default browser/search engine selector. The SearchSelector app provides the selector flow and a non-dismissable notification to comply the requirement. This feature is approved for 24Q1 and is required to cherrypick to selected Pixel devices. Test: Flash a ROM build and validated the permission being granted by default. Bug: 298575926 Bug: 302280560 Change-Id: I86a4d77579039cd76c813103d91e56021ebda361
This commit is contained in:
parent
16c49ab709
commit
1ed6fd0235
1 changed files with 5 additions and 0 deletions
|
@ -75,6 +75,11 @@
|
||||||
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
||||||
</exception>
|
</exception>
|
||||||
|
|
||||||
|
<exception package="com.google.android.apps.setupwizard.searchselector">
|
||||||
|
<!-- Notifications -->
|
||||||
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
||||||
|
</exception>
|
||||||
|
|
||||||
<exception
|
<exception
|
||||||
package="com.google.android.apps.restore">
|
package="com.google.android.apps.restore">
|
||||||
<!-- External storage -->
|
<!-- External storage -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue