Skip to content

Commit 9b50ade

Browse files
author
Nick Pelly
committed
Remove Database.java API.
This provided SDP functionality to Java, but is not currently used by any Apps. I will shortly be providing SDP functionality in a new API, but it will be quite different to this one, and in the mean-time keeping this stale code updated with other API changes is a pain.
1 parent f5b70ef commit 9b50ade

File tree

4 files changed

+0
-386
lines changed

4 files changed

+0
-386
lines changed

core/java/android/bluetooth/Database.java

Lines changed: 0 additions & 200 deletions
This file was deleted.

core/jni/Android.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ LOCAL_SRC_FILES:= \
9999
android_util_FileObserver.cpp \
100100
android/opengl/poly_clip.cpp.arm \
101101
android/opengl/util.cpp.arm \
102-
android_bluetooth_Database.cpp \
103102
android_bluetooth_HeadsetBase.cpp \
104103
android_bluetooth_common.cpp \
105104
android_bluetooth_BluetoothAudioGateway.cpp \

core/jni/AndroidRuntime.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ extern int register_android_security_Md5MessageDigest(JNIEnv *env);
138138
extern int register_android_text_AndroidCharacter(JNIEnv *env);
139139
extern int register_android_text_KeyCharacterMap(JNIEnv *env);
140140
extern int register_android_opengl_classes(JNIEnv *env);
141-
extern int register_android_bluetooth_Database(JNIEnv* env);
142141
extern int register_android_bluetooth_HeadsetBase(JNIEnv* env);
143142
extern int register_android_bluetooth_BluetoothAudioGateway(JNIEnv* env);
144143
extern int register_android_bluetooth_RfcommSocket(JNIEnv *env);
@@ -1097,7 +1096,6 @@ static const RegJNIRec gRegJNI[] = {
10971096
REG_JNI(register_android_media_ToneGenerator),
10981097

10991098
REG_JNI(register_android_opengl_classes),
1100-
REG_JNI(register_android_bluetooth_Database),
11011099
REG_JNI(register_android_bluetooth_HeadsetBase),
11021100
REG_JNI(register_android_bluetooth_BluetoothAudioGateway),
11031101
REG_JNI(register_android_bluetooth_RfcommSocket),

0 commit comments

Comments
 (0)