itachi1706 / CheesecakeUtilities

A group of utility stuff that I use on my phone :D
MIT License
2 stars 1 forks source link

Add ability to disable utilities from being used based on min/max API levels #184

Open itachi1706 opened 6 years ago

itachi1706 commented 6 years ago

Some utilities have a maximum or minimum API in which the can use (for instance, the nav bar customizer is accessible up to Nougat)

Add the ability to parse such max/min API requirements and disable these utilities by either graying out the option or hiding it.

In the shortcut creation menu, the main menus and in BaseActivity.java (do check to make sure API requirements are met)

Sent from my Mi A1 using FastHub

itachi1706 commented 5 years ago

Need to consolidate the list of utilities and define which is restricted by API Levels or features (NFC, Camera2, OpenGLES etc)