Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b36df5d5 authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Add permissions to Manifest for applying Themes

Add CHANGE_OVERLAY_PACKAGES and WRITE_SECURE_SETTINGS permissions
needed to apply themes and clocks

Bug: 118758604
Change-Id: I26530321b80b6ebd4acff4293d0d20a0fd1f9111
parent 80e1ceed
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2,7 +2,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.wallpaper">

    <uses-sdk android:targetSdkVersion="28" android:minSdkVersion="28"/>
    <uses-sdk android:targetSdkVersion="Q" android:minSdkVersion="Q"/>

    <uses-permission android:name="android.permission.CHANGE_OVERLAY_PACKAGES"/>
    <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>

    <application
        android:extractNativeLibs="false"
        android:hardwareAccelerated="true"