Merge "Shell: Allow retrieval of wifi network credentials" am: 619cd57c1f
Change-Id: Ie30029475332213e1c5a80ff003b02390d35b58e
This commit is contained in:
@@ -310,6 +310,7 @@ applications that come with the platform
|
||||
<!-- Needed for test only -->
|
||||
<permission name="android.permission.READ_PRECISE_PHONE_STATE" />
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.READ_WIFI_CREDENTIAL"/>
|
||||
<permission name="android.permission.REAL_GET_TASKS"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.REGISTER_CALL_PROVIDER"/>
|
||||
|
||||
@@ -239,6 +239,9 @@
|
||||
<!-- Permission required for CTS test - CtsLightsManagerTest -->
|
||||
<uses-permission android:name="android.permission.CONTROL_DEVICE_LIGHTS" />
|
||||
|
||||
<!-- Permission needed to read wifi network credentials for CtsNetTestCases -->
|
||||
<uses-permission android:name="android.permission.READ_WIFI_CREDENTIAL" />
|
||||
|
||||
<application android:label="@string/app_label"
|
||||
android:theme="@android:style/Theme.DeviceDefault.DayNight"
|
||||
android:defaultToDeviceProtectedStorage="true"
|
||||
|
||||
Reference in New Issue
Block a user