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

Commit 470c1a8f authored by Jeff Sharkey's avatar Jeff Sharkey Committed by The Android Open Source Project
Browse files

am af999280: Change BIND_APPWIDGET to be signatureOrSystem.

Merge commit 'af999280'

* commit 'af999280':
  Change BIND_APPWIDGET to be signatureOrSystem.
parents fd1879f7 af999280
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -973,7 +973,7 @@
        android:permissionGroup="android.permission-group.PERSONAL_INFO"
        android:label="@string/permlab_bindGadget"
        android:description="@string/permdesc_bindGadget"
        android:protectionLevel="signature" />
        android:protectionLevel="signatureOrSystem" />

    <!-- Allows applications to change the background data setting
         @hide pending API council -->