summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanket Padawe <sanketpadawe@google.com>2016-09-09 22:13:03 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-09 22:13:03 +0000
commit586633e91eac502647820dcd8e4497a04654f6a3 (patch)
tree3233c9210dc13849ebe0db5756d261486b894ee3
parent2f520022905d12121624b57f6364dfb4c8a25409 (diff)
parent35737b02846eb200fa0c1e98e795ad1a79897763 (diff)
downloadandroid_packages_apps_Stk-586633e91eac502647820dcd8e4497a04654f6a3.tar.gz
android_packages_apps_Stk-586633e91eac502647820dcd8e4497a04654f6a3.tar.bz2
android_packages_apps_Stk-586633e91eac502647820dcd8e4497a04654f6a3.zip
Make stk app FBE aware.
am: 35737b0284 Change-Id: I7e46697f5fb873cc25c0082014dedcd30f9d1d16
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 582665a..cc3d6d2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -32,7 +32,9 @@
android:label="@string/app_name"
android:clearTaskOnLaunch="true"
android:process="com.android.phone"
- android:taskAffinity="android.task.stk">
+ android:taskAffinity="android.task.stk"
+ android:defaultToDeviceProtectedStorage="true"
+ android:directBootAware="true">
<activity android:name="StkMain"
android:theme="@android:style/Theme.NoDisplay"