summaryrefslogtreecommitdiffstats
path: root/AndroidManifest_test.xml
Commit message (Collapse)AuthorAgeFilesLines
* New Material iconMichael Bestas2015-03-141-1/+1
| | | | | | * Created by Jovie Brett Bardoles Change-Id: Id722a8f83c97bca217188037f22733c9243514bb
* OPP: Support OPP1.2 Features over L2CAP.Hemant Gupta2014-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | Support OPP1.2 features. OBEX over L2CAP , SRM and SRMP. Use javax.btobex lib instead of javax.obex for OBEX OPP, MAP and PBAP profiles. CRs-Fixed: 639499 Conflicts: src/com/android/bluetooth/opp/BluetoothOppTransfer.java src/com/android/bluetooth/map/BluetoothMapService.java Conflicts: Android.mk src/com/android/bluetooth/map/BluetoothMapAuthenticator.java src/com/android/bluetooth/map/BluetoothMapService.java src/com/android/bluetooth/map/BluetoothMnsObexClient.java Change-Id: I9b4e64dcc4eae44252334547d5478a12f5b9bef5
* Convert dialogs to holographic style.Jaikumar Ganesh2011-01-101-3/+3
| | | | Change-Id: If0fccab3d47c875f76bd6658c957e294bab28001
* Run Bluetooth Opp activities in the phone process.Jaikumar Ganesh2010-05-141-5/+12
| | | | | | | | | | There were just too much shared code between the classes - we cannot have them in 2 different process - it can work sometimes and will fail sometimes depending on the ordering of processes. Rework involves a lot of code change at this point of time. Bug: 2684281 Change-Id: I76784650c5f635c1e961392b682c1d33fc2f343f
* Fix pbap and opp running bluetooth in phone process problems.Jaikumar Ganesh2010-03-241-0/+1
| | | | | | | | 1. Use the right context instead of application context. 2. Make PbapActivity run in the same process as PbapService as they share state. Change-Id: Ib50c63c271dd8b30108f22734c47ee8645cd4839
* Add ability to run Bluetooth application in a different process if needed.Jaikumar Ganesh2010-03-171-7/+14
| | | | Change-Id: I5fa328f2b8fd78986b9a1958e5899feca254f316
* Update AndroidManifest.xml for Bluetooth API changes.Nick Pelly2009-09-111-2/+2
| | | | | | | There was a regression with the Bluetooth API changes because I forgot to update the manifests. Bluetooth.apk would have missed the BT on/off intents. Change-Id: Ida94411d73826d6ff6a95c3370d8d2d49a8ab20e
* Cleanup Opp debug codeTao Liejun2009-08-311-24/+36
| | | | | Stop Rfcomm polling Delete a few unused functions
* Enable Opp Livefolder, modify localizable resourceJackson Fan2009-07-291-1/+1
| | | | | | | | | | | | Update on patchset 2 Update icon for Bluetooth share and Incoming file Fix minor Opp UI issue Update log print for mimetype got from android system. Update return response code for un-supported media type Patchset 1 remove the use of replace() of localizable resource Enable Opp Livefolder by using local certificate Reject vcard actively
* Initial drop of Motorola Bluetooth OPP code.Nick Pelly2009-07-101-0/+85
Minor changes from Moto code: - Added Motorola BSD license - Moved com.motorola.bluetoothshare to com.android.bluetooth.opp - Updated com.motorola.obex to javax.obex - Moved Android.mk to Android.mk.hide: does not yet compile due to changes in Obex library.