Merge change I37f3fff6 into eclair

* changes:
  Import revised translations.  DO NOT MERGE
diff --git a/src/com/android/bluetooth/pbap/BluetoothPbapService.java b/src/com/android/bluetooth/pbap/BluetoothPbapService.java
index 5842394..26ac61a 100644
--- a/src/com/android/bluetooth/pbap/BluetoothPbapService.java
+++ b/src/com/android/bluetooth/pbap/BluetoothPbapService.java
@@ -421,10 +421,6 @@
         TelephonyManager tm = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
         if (tm != null) {
             sLocalPhoneNum = tm.getLine1Number();
-            if (TextUtils.isEmpty(sLocalPhoneNum)) {
-                // Default number (000000) should be ok
-                sLocalPhoneNum = this.getString(R.string.defaultnumber);
-            }
             sLocalPhoneName = tm.getLine1AlphaTag();
             if (TextUtils.isEmpty(sLocalPhoneName)) {
                 sLocalPhoneName = this.getString(R.string.localPhoneName);