GitHunt
GR

GreyLabsDev/SettingsPanels

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

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

Languages

Kotlin100.0%
MIT License
Created September 10, 2019
Updated December 25, 2021