Loading core/res/AndroidManifest.xml +7 −0 Original line number Diff line number Diff line Loading @@ -1384,6 +1384,13 @@ <permission android:name="android.permission.MANAGE_IPSEC_TUNNELS" android:protectionLevel="signature|appop" /> <!-- @hide Allows apps to create and manage Test Networks. <p>Granted only to shell. CTS tests will use UiAutomation.AdoptShellPermissionIdentity() to gain access. --> <permission android:name="android.permission.MANAGE_TEST_NETWORKS" android:protectionLevel="signature" /> <!-- @SystemApi @hide Allows applications to read Wi-Fi credential. <p>Not for use by third-party applications. --> <permission android:name="android.permission.READ_WIFI_CREDENTIAL" Loading packages/Shell/AndroidManifest.xml +3 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,9 @@ <uses-permission android:name="android.permission.CONTROL_KEYGUARD" /> <!-- Permission needed to run network tests in CTS --> <uses-permission android:name="android.permission.MANAGE_TEST_NETWORKS" /> <application android:label="@string/app_label" android:defaultToDeviceProtectedStorage="true" android:directBootAware="true"> Loading Loading
core/res/AndroidManifest.xml +7 −0 Original line number Diff line number Diff line Loading @@ -1384,6 +1384,13 @@ <permission android:name="android.permission.MANAGE_IPSEC_TUNNELS" android:protectionLevel="signature|appop" /> <!-- @hide Allows apps to create and manage Test Networks. <p>Granted only to shell. CTS tests will use UiAutomation.AdoptShellPermissionIdentity() to gain access. --> <permission android:name="android.permission.MANAGE_TEST_NETWORKS" android:protectionLevel="signature" /> <!-- @SystemApi @hide Allows applications to read Wi-Fi credential. <p>Not for use by third-party applications. --> <permission android:name="android.permission.READ_WIFI_CREDENTIAL" Loading
packages/Shell/AndroidManifest.xml +3 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,9 @@ <uses-permission android:name="android.permission.CONTROL_KEYGUARD" /> <!-- Permission needed to run network tests in CTS --> <uses-permission android:name="android.permission.MANAGE_TEST_NETWORKS" /> <application android:label="@string/app_label" android:defaultToDeviceProtectedStorage="true" android:directBootAware="true"> Loading