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

Commit 80d19f41 authored by Xin Li's avatar Xin Li
Browse files

Merge 10952656

Merged-In: Ifb1eee63675582d694e7783d04638d3ac0993c1c
Change-Id: I611902ed3d1588b743c1d58d176874aded5bbd85
parents d60849f0 b7db9de3
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
*.iml
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ java_defaults {
        "androidx.lifecycle_lifecycle-viewmodel-ktx",
        "androidx.recyclerview_recyclerview",
        "SystemUICustomizationLib",
        "hilt_android",
    ],

    jni_libs: [

OWNERS

0 → 100644
+2 −0
Original line number Diff line number Diff line
#Refer the WallpaperPicker2/ThemePicker owners here
include platform/packages/apps/WallpaperPicker2:/OWNERS
+0 −16
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "WallpaperPicker2Tests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    },
    {
      "name": "ThemePickerTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    },
    {
      "name": "WallpaperPickerGoogleTests",
      "options": [
+1 −1
Original line number Diff line number Diff line
@@ -16,6 +16,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="@color/color_surface" />
    <solid android:color="@color/system_surface_container_highest" />
    <corners android:radius="16dp" />
</shape>
 No newline at end of file
Loading