summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSantiago Etchebehere <santie@google.com>2019-02-06 18:12:01 -0800
committerSantiago Etchebehere <santie@google.com>2019-02-13 17:37:42 -0800
commit631bfe3c3ec87907e6e9cef3dfcaa72f9846e3a7 (patch)
tree14b32af07e52e0d691a315d3dba34ffa1262c41a /AndroidManifest.xml
parent226938f8f6d615a09ec5185b14bdc766be4914d3 (diff)
downloadThemePicker-631bfe3c3ec87907e6e9cef3dfcaa72f9846e3a7.tar.gz
Improve support for dark theme
Update colors and styles to work well in dark mode, and refactor wallpaper preview to update the header text based on the wallpaper content. Bug: 123432343 Change-Id: I409ee1c9e5c19072a7f296033a43454262c8077f
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 48a39412..129f5b96 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wallpaper">
- <uses-sdk android:targetSdkVersion="Q" android:minSdkVersion="Q"/>
+ <uses-sdk android:targetSdkVersion="Q" android:minSdkVersion="28"/>
<uses-permission android:name="android.permission.CHANGE_OVERLAY_PACKAGES"/>
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>