Skip to content

Commit

Permalink
Allow being opened by other apps (e.g. launchers) as wallpaper chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Feb 24, 2023
1 parent a67651a commit 8da38cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 15,
"versionName": "3.1",
"versionCode": 16,
"versionName": "3.2",
"outputFile": "app-release.apk"
}
],
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SET_WALLPAPER" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>

</application>
Expand Down

0 comments on commit 8da38cc

Please sign in to comment.