summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorLixin Yue <L.X.YUE@motorola.com>2010-02-26 17:35:23 +0800
committerMichael Chan <mchan@android.com>2010-03-03 19:13:06 -0800
commit5cc617943765df27844e459362c4bc1821305216 (patch)
treedb27b2c62dfa1db4ec0271483a0cd00c3b4ddfd9 /AndroidManifest.xml
parent02a85f25c5410e6e104c25ec3b109797db0aa18a (diff)
downloadandroid_packages_apps_Bluetooth-5cc617943765df27844e459362c4bc1821305216.tar.gz
android_packages_apps_Bluetooth-5cc617943765df27844e459362c4bc1821305216.tar.bz2
android_packages_apps_Bluetooth-5cc617943765df27844e459362c4bc1821305216.zip
Add opp Transfer history to avoid cluster of notificatoins To reduce the cluster of Opp nofications, we introduce the concept of Opp transfer history. Only 2 notifications exist for finished opp transfers, one is for outbound transfers, and another is for inbound transfers. User can see all detailed items in corresponding screen when click the notification.
Change-Id: Iffed353ea6b0d7c958c71fe8d3996937058ced30
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 298e1f83a..f54bfea19 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -95,6 +95,11 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
+ <activity android:name=".opp.BluetoothOppTransferHistory"
+ android:label=""
+ android:excludeFromRecents="true"
+ android:configChanges="orientation|keyboardHidden">
+ </activity>
<activity android:name=".pbap.BluetoothPbapActivity"
android:excludeFromRecents="true"
android:theme="@*android:style/Theme.Dialog.Alert">