From cf48e13e3bcfbc326bf860331d367a6e4524af8d Mon Sep 17 00:00:00 2001 From: Ajay Panicker Date: Mon, 11 Apr 2016 16:45:52 -0700 Subject: [PATCH] Make Bluetooth encryption aware Allow the Bluetooth application to be bound to before the user enters their lock pattern. Also move the file used for sharing text blobs to private storage as that could contain private data. Bug: 27332939 Change-Id: Iefa15939967afeb34c088957834ad5c35d7fd8fe --- AndroidManifest.xml | 4 +++- src/com/android/bluetooth/opp/BluetoothOppLauncherActivity.java | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 24ded6a9..4c739ebc 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -76,7 +76,9 @@ android:persistent="false" android:label="@string/app_name" android:supportsRtl="true" - android:usesCleartextTraffic="false"> + android:usesCleartextTraffic="false" + android:directBootAware="true" + android:defaultToDeviceProtectedStorage="true">