summaryrefslogtreecommitdiffstats
path: root/core/jni/AndroidRuntime.cpp
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2009-05-19 15:21:03 -0700
committerNick Pelly <npelly@google.com>2009-05-29 16:16:04 -0700
commit9b50ade5b7d186354087cf7cca339c17cbd3622d (patch)
tree8e4fe98145c74b3e8080e71b15fc78accaf4be39 /core/jni/AndroidRuntime.cpp
parentf5b70ef0f244eec1dc3642e05f555598de84e98a (diff)
downloadframeworks_base-9b50ade5b7d186354087cf7cca339c17cbd3622d.zip
frameworks_base-9b50ade5b7d186354087cf7cca339c17cbd3622d.tar.gz
frameworks_base-9b50ade5b7d186354087cf7cca339c17cbd3622d.tar.bz2
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.
Diffstat (limited to 'core/jni/AndroidRuntime.cpp')
-rw-r--r--core/jni/AndroidRuntime.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/jni/AndroidRuntime.cpp b/core/jni/AndroidRuntime.cpp
index f4643f4..c3104b8 100644
--- a/core/jni/AndroidRuntime.cpp
+++ b/core/jni/AndroidRuntime.cpp
@@ -138,7 +138,6 @@ extern int register_android_security_Md5MessageDigest(JNIEnv *env);
extern int register_android_text_AndroidCharacter(JNIEnv *env);
extern int register_android_text_KeyCharacterMap(JNIEnv *env);
extern int register_android_opengl_classes(JNIEnv *env);
-extern int register_android_bluetooth_Database(JNIEnv* env);
extern int register_android_bluetooth_HeadsetBase(JNIEnv* env);
extern int register_android_bluetooth_BluetoothAudioGateway(JNIEnv* env);
extern int register_android_bluetooth_RfcommSocket(JNIEnv *env);
@@ -1097,7 +1096,6 @@ static const RegJNIRec gRegJNI[] = {
REG_JNI(register_android_media_ToneGenerator),
REG_JNI(register_android_opengl_classes),
- REG_JNI(register_android_bluetooth_Database),
REG_JNI(register_android_bluetooth_HeadsetBase),
REG_JNI(register_android_bluetooth_BluetoothAudioGateway),
REG_JNI(register_android_bluetooth_RfcommSocket),