1## 3.13\. Quick Settings 2 3Android provides a Quick Settings UI component that allows quick access to 4frequently used or urgently needed actions. 5 6If device implementations include a Quick Settings UI component, they: 7 8* [C-1-1] MUST allow the user to add or remove the tiles provided through the 9 [`quicksettings`]( 10 https://developer.android.com/reference/android/service/quicksettings/package-summary.html) 11 APIs from a third-party app. 12* [C-1-2] MUST NOT automatically add a tile from a third-party app directly 13 to the Quick Settings. 14* [C-1-3] MUST display all the user-added tiles from third-party apps 15 alongside the system-provided quick setting tiles. 16