Skip to content

GreyLabsDev/SettingsPanels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SettingsPanels

Simple class for showing new settings panels on Android 10 from your application. But now this feature works only on API 29 (Android 10)

For example, to open network setting panel you can call this method

SettingsPanels.openPanel(<your_activity>, SettingsPanels.SettingsType.NFC)

Or open volume settings:

SettingsPanels.openPanel(<your_activity>, SettingsPanels.SettingsType.Volume)

How it looks:

screenshoot screenshoot

About

Simple class for showing new settings panels on Android 10 from your application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages