Overview

Sample for Quick Settings placement API(Android 13+)

Using a new tile placement API, your app can now prompt the user to directly add your custom tile to the set of active Quick Settings tiles.
about Quick Settings placement API
about TileService API

dev memo

RequestResult not found!!
use constants

For Kotlin

  • material3

For Java

  • material2

capture Pixel 4 API Level Tiramisu

startService(API Level 31) requestAddTileService(API Level 32)

GitHub

View Github