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

Commit 2a9258b9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add LOCATION_HARDWARE permission to shell." into rvc-dev am: 8a6ef8e5

Change-Id: I9c2feef6a19fb44c10891384fca3056e9dee0b2b
parents c83243d3 8a6ef8e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -411,6 +411,8 @@ applications that come with the platform
        <permission name="android.permission.TUNER_RESOURCE_ACCESS" />
        <permission name="android.permission.TUNER_RESOURCE_ACCESS" />
        <!-- Permissions required for CTS test - TVInputManagerTest -->
        <!-- Permissions required for CTS test - TVInputManagerTest -->
        <permission name="android.permission.TV_INPUT_HARDWARE" />
        <permission name="android.permission.TV_INPUT_HARDWARE" />
        <!-- Permission required for CTS test - PrivilegedLocationPermissionTest -->
        <permission name="android.permission.LOCATION_HARDWARE" />
    </privapp-permissions>
    </privapp-permissions>


    <privapp-permissions package="com.android.statementservice">
    <privapp-permissions package="com.android.statementservice">
+3 −0
Original line number Original line Diff line number Diff line
@@ -303,6 +303,9 @@
    <!-- Permissions required for CTS test - TVInputManagerTest -->
    <!-- Permissions required for CTS test - TVInputManagerTest -->
    <uses-permission android:name="android.permission.TV_INPUT_HARDWARE" />
    <uses-permission android:name="android.permission.TV_INPUT_HARDWARE" />


    <!-- Permission needed for CTS test - PrivilegedLocationPermissionTest -->
    <uses-permission android:name="android.permission.LOCATION_HARDWARE" />

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