OSDN Git Service

Merge "Allow the Bluetooth MAC address to be updated asynchronously (2/3)" am: c5680c9b05
authorStanley Tng <stng@google.com>
Fri, 21 Apr 2017 01:30:21 +0000 (01:30 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Fri, 21 Apr 2017 01:30:21 +0000 (01:30 +0000)
am: 16609dfe18

Change-Id: I9c9c500bab98168da48d69cc7e4c93a33b8571bd

1  2 
core/res/AndroidManifest.xml

      <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
      <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
      <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
+     <protected-broadcast android:name="android.bluetooth.adapter.action.BLUETOOTH_ADDRESS_CHANGED" />
      <protected-broadcast android:name="android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED" />
      <protected-broadcast android:name="android.bluetooth.device.action.UUID" />
      <protected-broadcast android:name="android.bluetooth.device.action.MAS_INSTANCE" />
      <protected-broadcast android:name="android.btopp.intent.action.OPEN_INBOUND" />
      <protected-broadcast android:name="android.btopp.intent.action.TRANSFER_COMPLETE" />
      <protected-broadcast android:name="android.btopp.intent.action.ACCEPT" />
 +    <protected-broadcast android:name="android.btopp.intent.action.DECLINE" />
      <protected-broadcast android:name="com.android.bluetooth.gatt.REFRESH_BATCHED_SCAN" />
      <protected-broadcast android:name="com.android.bluetooth.pbap.authchall" />
      <protected-broadcast android:name="com.android.bluetooth.pbap.userconfirmtimeout" />
          android:description="@string/permdesc_systemAlertWindow"
          android:protectionLevel="signature|preinstalled|appop|pre23|development" />
  
 +    <!-- @hide Allows an application to set display offsets for the screen.
 +         This permission is not available to third party applications. -->
 +    <permission android:name="android.permission.SET_DISPLAY_OFFSET"
 +        android:protectionLevel="signature|privileged" />
 +
      <!-- ================================== -->
      <!-- Permissions affecting the system wallpaper -->
      <!-- ================================== -->