summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2010-02-11 16:25:47 -0600
committerJeff Hamilton <jham@android.com>2010-02-11 16:25:47 -0600
commit5127e8ee29d085e6e2591b4fb4bc4534c80ce544 (patch)
tree8005b5280e4ce8f5bfecc18429cedcc44479dba1 /AndroidManifest.xml
parent3a122f96371905dc80e496660f8cc1032d1cf634 (diff)
downloadandroid_packages_apps_Bluetooth-5127e8ee29d085e6e2591b4fb4bc4534c80ce544.tar.gz
android_packages_apps_Bluetooth-5127e8ee29d085e6e2591b4fb4bc4534c80ce544.tar.bz2
android_packages_apps_Bluetooth-5127e8ee29d085e6e2591b4fb4bc4534c80ce544.zip
Add an original-package tag that matches the real package name.
Change-Id: I96a9ed96420c20f9291e004a2d9e02300d53ff26
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cb9d29a8d..298e1f83a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.bluetooth" >
+
+ <original-package android:name="com.android.bluetooth" />
+
<!-- Allows access to the Bluetooth Share Manager -->
<permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE"
android:label="@string/permlab_bluetoothShareManager"