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

Commit fad2c9a2 authored by Jeff Davidson's avatar Jeff Davidson Committed by Android (Google) Code Review
Browse files

Merge "Restrict SCORE_NETWORKS permission to signature|system." into lmp-dev

parents 38d3c26f 4bd7efbe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -834,9 +834,10 @@
        android:label="@string/permlab_changeWimaxState" />

    <!-- Allows applications to act as network scorers. @hide @SystemApi-->
    <!-- TODO: Change protection level to normal when unhiding this API. -->
    <permission android:name="android.permission.SCORE_NETWORKS"
        android:permissionGroup="android.permission-group.NETWORK"
        android:protectionLevel="normal"
        android:protectionLevel="signature|system"
        android:description="@string/permdesc_scoreNetworks"
        android:label="@string/permlab_scoreNetworks" />