summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanket Padawe <sanketpadawe@google.com>2016-09-09 22:16:04 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-09 22:16:04 +0000
commit98f11ec49425614b7678b9d184c0e2a74ff28c7d (patch)
tree3233c9210dc13849ebe0db5756d261486b894ee3
parent2f520022905d12121624b57f6364dfb4c8a25409 (diff)
parent586633e91eac502647820dcd8e4497a04654f6a3 (diff)
downloadandroid_packages_apps_Stk-98f11ec49425614b7678b9d184c0e2a74ff28c7d.tar.gz
android_packages_apps_Stk-98f11ec49425614b7678b9d184c0e2a74ff28c7d.tar.bz2
android_packages_apps_Stk-98f11ec49425614b7678b9d184c0e2a74ff28c7d.zip
Make stk app FBE aware. am: 35737b0284
am: 586633e91e Change-Id: I02cc57f53166bc6d03bf2d5b22a4503808961059
-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"