Merge "Change receiver name attribute for DISCOVERABLE_TIMEOUT" am: 8cb4301b59

am: bf942b7e11

* commit 'bf942b7e11df7ef29b64eb8941dc6d08082b89ba':
  Change receiver name attribute for DISCOVERABLE_TIMEOUT
This commit is contained in:
Jason Monk
2016-02-03 18:55:48 +00:00
committed by android-build-merger

View File

@@ -2597,7 +2597,7 @@
<meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info" />
</receiver>
<receiver android:name=".bluetooth.BluetoothDiscoverableTimeoutReceiver">
<receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver">
<intent-filter>
<action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" />
</intent-filter>