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

Commit 0c2e7a63 authored by Maurice Lam's avatar Maurice Lam Committed by Android (Google) Code Review
Browse files

Merge "Expand comments for READ_NEARBY_STREAMING_POLICY"

parents 1ee5e0e7 ed82a4f8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -6256,7 +6256,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" />