diff --git a/AndroidAnnotations/androidannotations/src/main/java/org/androidannotations/model/AndroidSystemServices.java b/AndroidAnnotations/androidannotations/src/main/java/org/androidannotations/model/AndroidSystemServices.java index d85672f358..7a0fc70317 100644 --- a/AndroidAnnotations/androidannotations/src/main/java/org/androidannotations/model/AndroidSystemServices.java +++ b/AndroidAnnotations/androidannotations/src/main/java/org/androidannotations/model/AndroidSystemServices.java @@ -65,6 +65,7 @@ public AndroidSystemServices() { registeredServices.put("android.net.wifi.WifiManager", "android.content.Context.WIFI_SERVICE"); registeredServices.put("android.net.wifi.p2p.WifiP2pManager", "android.content.Context.WIFI_P2P_SERVICE"); registeredServices.put("android.view.WindowManager", "android.content.Context.WINDOW_SERVICE"); + registeredServices.put("android.bluetooth.BluetoothManager", "android.content.Context.BLUETOOTH_SERVICE"); } public boolean contains(TypeMirror serviceType) {