Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Releases

No releases published

Packages

No packages published

Languages