summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-09-08 13:06:56 -0700
committerXin Li <delphij@google.com>2019-09-08 13:06:56 -0700
commit41286a86d62fff7ef319feb0c348c78127010846 (patch)
tree35c0ef7b3c9abfc1fc3ef715946bf525f493c7f3
parent30fd6ca6cf06b2e84f948c421c355ce56b9ed277 (diff)
parent93e9e8e0409e26be4ae6d752f074f6d858f68766 (diff)
downloadHTMLViewer-41286a86d62fff7ef319feb0c348c78127010846.tar.gz
Merge qt-r1-dev-plus-aosp-without-vendor (5817612) into stage-aosp-master
Bug: 135460123 Change-Id: Ia8c02c6c39204b6c1bb97023c408d0431bb49494 Merged-In: Id112025ccf9343c809149f5b93c886af5508f5d9
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 660c625..655127b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -25,7 +25,7 @@
android:supportsRtl="true">
<activity android:name="HTMLViewerActivity"
android:label="@string/app_label"
- android:theme="@android:style/Theme.DeviceDefault">
+ android:theme="@android:style/Theme.DeviceDefault.Settings">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.VIEW" />