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

* commit 'a1f739ea83b6d770b8469ae1c2c4161f6fe96334':
  Change android.permission.SERIAL_PORT to signature|system.
This commit is contained in:
Geremy Condra
2012-10-19 00:02:41 -07:00
committed by Android Git Automerger

View File

@@ -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,