TileService.ActionQsTilePreferences Field

Definition

An activity that provides a user interface for adjusting TileService preferences.

[Android.Runtime.Register("ACTION_QS_TILE_PREFERENCES", ApiSince=24)]
public const string ActionQsTilePreferences;
[<Android.Runtime.Register("ACTION_QS_TILE_PREFERENCES", ApiSince=24)>]
val mutable ActionQsTilePreferences : string

Field Value

Attributes

Remarks

An activity that provides a user interface for adjusting TileService preferences. Optional but recommended for apps that implement a TileService.

This intent may also define a Intent#EXTRA_COMPONENT_NAME value to indicate the ComponentName that caused the preferences to be opened.

To ensure that the activity can only be launched through quick settings UI provided by this service, apps can protect it with the BIND_QUICK_SETTINGS_TILE permission.

Java documentation for android.service.quicksettings.TileService.ACTION_QS_TILE_PREFERENCES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to