OSDN Git Service

Update application for Bluetooth API change: deprecation of BluetoothError.
authorNick Pelly <npelly@google.com>
Wed, 9 Sep 2009 00:50:45 +0000 (17:50 -0700)
committerNick Pelly <npelly@google.com>
Wed, 9 Sep 2009 00:50:45 +0000 (17:50 -0700)
src/com/android/music/MediaButtonIntentReceiver.java

index 5840721..7c82e17 100644 (file)
@@ -17,7 +17,6 @@
 package com.android.music;
 
 import android.bluetooth.BluetoothA2dp;
-import android.bluetooth.BluetoothError;
 import android.content.Context;
 import android.content.Intent;
 import android.content.BroadcastReceiver;