Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e943b54 authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

Merge "Shell: Allow usage of UwbManager APIs" into sc-dev

parents 8b71ad9a 8cf4edc1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -406,6 +406,7 @@ applications that come with the platform
        <permission name="android.permission.TOGGLE_AUTOMOTIVE_PROJECTION" />
        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
        <permission name="android.permission.USE_RESERVED_DISK"/>
        <permission name="android.permission.UWB_PRIVILEGED"/>
        <permission name="android.permission.WIFI_UPDATE_USABILITY_STATS_SCORE"/>
        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
        <permission name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
+3 −0
Original line number Diff line number Diff line
@@ -541,6 +541,9 @@
    <!-- Permission required for CTS test - CtsRotationResolverServiceDeviceTestCases -->
    <uses-permission android:name="android.permission.MANAGE_ROTATION_RESOLVER" />

    <!-- Permission required for CTS test - CtsUwbTestCases -->
    <uses-permission android:name="android.permission.UWB_PRIVILEGED" />

    <application android:label="@string/app_label"
                android:theme="@android:style/Theme.DeviceDefault.DayNight"
                android:defaultToDeviceProtectedStorage="true"