Skip to content

Instantly share code, notes, and snippets.

@lukeeey
Created April 14, 2018 18:03
Show Gist options
  • Save lukeeey/e860095830135db7279fc84e999c0e41 to your computer and use it in GitHub Desktop.
Save lukeeey/e860095830135db7279fc84e999c0e41 to your computer and use it in GitHub Desktop.

So, i want to create a theme engine for non rooted (and rooted) Android devices. Some methods will include:

Root

  • Xposed modules
  • Patching system apps (however this is dangerous)

Non root

  • Using the devices built in theme manager if it exists
  • Creating a libary for apps to include which registers a broadcast receiver to receive the theme info from my theme app
  • Patch the app like Lucky Patcher (however this wont work for system apps without root)
  • Creating persistant overlays for certain features such as the status bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment