Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f82678d5 authored by Ron Shaffer's avatar Ron Shaffer
Browse files

Added BT OPP Client - adds sending contacts over BT functionality

parent 97b3f377
Loading
Loading
Loading
Loading

AndroidManifest.xml

100644 → 100755
+16 −8
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2006 The Android Open Source Project
     Copyright (c) 2009, Code Aurora Forum. All rights reserved.

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -18,6 +19,8 @@
        package="com.android.contacts"
        android:sharedUserId="android.uid.shared"
>
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
    <uses-permission android:name="android.permission.CALL_PRIVILEGED" />
    <uses-permission android:name="android.permission.READ_CONTACTS" />
    <uses-permission android:name="android.permission.WRITE_CONTACTS" />
@@ -342,6 +345,11 @@
            </intent-filter>
        </activity>

        <activity android:name=".bluetooth.BluetoothDevicePicker"
                  android:label="@string/bluetooth_device_picker_title"
                  android:theme="@android:style/Theme.NoTitleBar">
        </activity>

    </application>
</manifest>

+810 B
Loading image diff...
+3.15 KiB
Loading image diff...
+2.05 KiB
Loading image diff...
+3.13 KiB
Loading image diff...
Loading