summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJuffin Alex Varghese <jalex@codeaurora.org>2014-08-07 17:07:07 +0530
committerLinux Build Service Account <lnxbuild@localhost>2014-11-04 08:25:48 -0700
commitc5ac16f0f710645b1485503d5751790afaa768f5 (patch)
tree1aa3f06f87a3d2c0f19683b9967b9f5c328c0f20 /AndroidManifest.xml
parentec548c06dd59b02030a21e2146d3637584d4a804 (diff)
downloadandroid_packages_apps_Bluetooth-c5ac16f0f710645b1485503d5751790afaa768f5.tar.gz
android_packages_apps_Bluetooth-c5ac16f0f710645b1485503d5751790afaa768f5.tar.bz2
android_packages_apps_Bluetooth-c5ac16f0f710645b1485503d5751790afaa768f5.zip
Bluetooth-OPP: Add android configchanges attribute in manifest
Android configchanges attribute is added to application manifest so that activity will not close during orientation changes. OPP cleanup api will be called in onDestroy instead of onPause. Otherwise, if device went to suspend/display OFF during BTON activity onPause is called and share file information is removed from hashmap This will lead to transfer failure. CRs-Fixed: 706665 Change-Id: I8c5f7a6e164e1efb1c14e964cce7910ead66e278
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e5bf9a741..d22130aa9 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -162,6 +162,7 @@
</activity>
<activity android:name=".opp.BluetoothOppBtEnableActivity"
android:process="@string/process"
+ android:configChanges="orientation|keyboardHidden|screenSize"
android:excludeFromRecents="true"
android:theme="@*android:style/Theme.Holo.Dialog.Alert"
android:enabled="@bool/profile_supported_opp">