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

Commit ed82a4f8 authored by Maurice Lam's avatar Maurice Lam
Browse files

Expand comments for READ_NEARBY_STREAMING_POLICY

Bug: 215301014
Test: Existing tests pass
Change-Id: Ib68f00ea60fbfb90227257eeaa0eebd1463ad5de
parent d52ec158
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -6236,7 +6236,10 @@
                android:protectionLevel="signature|privileged" />

    <!-- Allows an application to read nearby streaming policy. The policy controls
         whether to allow the device to stream its notifications and apps to nearby devices. -->
         whether to allow the device to stream its notifications and apps to nearby devices.
         Applications that are not the device owner will need this permission to call
         {@link android.app.admin.DevicePolicyManager#getNearbyNotificationStreamingPolicy} or
         {@link android.app.admin.DevicePolicyManager#getNearbyAppStreamingPolicy}. -->
    <permission android:name="android.permission.READ_NEARBY_STREAMING_POLICY"
        android:protectionLevel="normal" />