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

Commit b81cedad authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am a1f739ea: Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-mr1-dev

* commit 'a1f739ea':
  Change android.permission.SERIAL_PORT to signature|system.
parents c4070bbd a1f739ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2032,7 +2032,7 @@
    <permission android:name="android.permission.SERIAL_PORT"
        android:label="@string/permlab_serialPort"
        android:description="@string/permdesc_serialPort"
        android:protectionLevel="normal" />
        android:protectionLevel="signature|system" />

    <!-- Allows the holder to access content providers from outside an ApplicationThread.
         This permission is enforced by the ActivityManagerService on the corresponding APIs,