Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_frameworks_base-old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Farzin Kazemzadeh
platform_frameworks_base-old
Commits
1bf4072c
Commit
1bf4072c
authored
2 years ago
by
Jimmy Chen
Committed by
Gerrit Code Review
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge "p2p: add CONFIGURE_WIFI_DISPLAY permssion for P2P test"
parents
4f3aaab6
f46b780f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/etc/privapp-permissions-platform.xml
+2
-0
2 additions, 0 deletions
data/etc/privapp-permissions-platform.xml
packages/Shell/AndroidManifest.xml
+2
-0
2 additions, 0 deletions
packages/Shell/AndroidManifest.xml
with
4 additions
and
0 deletions
data/etc/privapp-permissions-platform.xml
+
2
−
0
View file @
1bf4072c
...
...
@@ -464,6 +464,8 @@ applications that come with the platform
<!-- Permission needed for CTS test - ConcurrencyTest#testP2pExternalApprover
P2P external approver API sets require MANAGE_WIFI_NETWORK_SELECTION permission. -->
<permission
name=
"android.permission.MANAGE_WIFI_NETWORK_SELECTION"
/>
<!-- Permission needed for CTS test - ConcurrencyTest#testP2pSetWfdInfo -->
<permission
name=
"android.permission.CONFIGURE_WIFI_DISPLAY"
/>
<!-- Permission required for CTS test CarrierMessagingServiceWrapperTest -->
<permission
name=
"android.permission.BIND_CARRIER_SERVICES"
/>
<!-- Permission required for CTS test - MusicRecognitionManagerTest -->
...
...
This diff is collapsed.
Click to expand it.
packages/Shell/AndroidManifest.xml
+
2
−
0
View file @
1bf4072c
...
...
@@ -524,6 +524,8 @@
<!-- Permission needed for CTS test - ConcurrencyTest#testP2pExternalApprover
P2P external approver API sets require MANAGE_WIFI_NETWORK_SELECTION permission. -->
<uses-permission
android:name=
"android.permission.MANAGE_WIFI_NETWORK_SELECTION"
/>
<!-- Permission needed for CTS test - ConcurrencyTest#testP2pSetWfdInfo -->
<uses-permission
android:name=
"android.permission.CONFIGURE_WIFI_DISPLAY"
/>
<!-- Permission required for CTS tests to enable/disable rate limiting toasts. -->
<uses-permission
android:name=
"android.permission.MANAGE_TOAST_RATE_LIMITING"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment