GreyLabsDev / SettingsPanels

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Kotlin 100.0%