Skip to content
Snippets Groups Projects
Commit 33c63e1d authored by Jimi Chen's avatar Jimi Chen Committed by Automerger Merge Worker
Browse files

Merge "Move NetworkStatsIntegrationTest from NetworkStack to Connectivity" into main am: eda54cda

parents 77bed145 eda54cda
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<!-- Register UidFrozenStateChangedCallback -->
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
<!-- Permission required for CTS test - NetworkStatsIntegrationTest -->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS"/>
<application android:debuggable="true">
<uses-library android:name="android.test.runner"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment