aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorTakeshi Hagikura <thagikura@google.com>2016-05-13 10:07:24 +0900
committerTakeshi Hagikura <thagikura@google.com>2016-05-13 10:07:24 +0900
commit2bce6a75278147b4555b54595fe29d4166017aa4 (patch)
tree4b5831287b107f22cf9a8e6bc82d0866212d8b6d /security
parent62dfe40f6e3c7326d6c8835258da5f475d40530b (diff)
downloadandroid-2bce6a75278147b4555b54595fe29d4166017aa4.tar.gz
Fixes the crash when launching the app
Avoids the crash by updating the app theme to use a Theme.AppCompat. This commit merges the PR in GitHub https://github.com/googlesamples/android-DirectBoot/pull/3/commits/5637f1374fc1e353791e58e31c29c4d47a0af317 back to the internal Android git. Change-Id: I0b9e7bcfc3945af6a16f26bccedfd30d9e03c7c1
Diffstat (limited to 'security')
-rw-r--r--security/DirectBoot/Application/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/DirectBoot/Application/src/main/AndroidManifest.xml b/security/DirectBoot/Application/src/main/AndroidManifest.xml
index 8d6daf9a..be3be93f 100644
--- a/security/DirectBoot/Application/src/main/AndroidManifest.xml
+++ b/security/DirectBoot/Application/src/main/AndroidManifest.xml
@@ -25,7 +25,7 @@
android:allowBackup="true"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
- android:theme="@style/AppTheme"
+ android:theme="@style/Theme.AppCompat.Light"
>
<activity