Skip to content

Instantly share code, notes, and snippets.

@tito
Last active December 12, 2015 03:19
Show Gist options
  • Save tito/4706322 to your computer and use it in GitHub Desktop.
Save tito/4706322 to your computer and use it in GitHub Desktop.
from jnius import autoclass
WallpaperManager = autoclass('android.app.WallpaperManager')
PythonActivity = autoclass('org.renpy.android.PythonActivity')
manager = WallpaperManager.getInstance(PythonActivity.mActivity)
manager.clear()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment