public class

Intent

extends Object
java.lang.Object
   ↳ lineageos.content.Intent

Class Overview

LineageOS specific intent definition class.

Summary

Constants
String ACTION_PROTECTED Intent filter to update protected app component's settings
String ACTION_PROTECTED_CHANGED Intent filter to notify change in state of protected application.
String EXTRA_PROTECTED_COMPONENTS This field is part of the intent ACTION_PROTECTED_CHANGED.
String EXTRA_PROTECTED_STATE This field is part of the intent ACTION_PROTECTED_CHANGED.
Public Constructors
Intent()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACTION_PROTECTED

added in API level 4

Intent filter to update protected app component's settings

Constant Value: "lineageos.intent.action.PACKAGE_PROTECTED"

public static final String ACTION_PROTECTED_CHANGED

added in API level 4

Intent filter to notify change in state of protected application.

Constant Value: "lineageos.intent.action.PROTECTED_COMPONENT_UPDATE"

public static final String EXTRA_PROTECTED_COMPONENTS

added in API level 4

This field is part of the intent ACTION_PROTECTED_CHANGED. Intent extra field to indicate protected component value

Constant Value: "lineageos.intent.extra.PACKAGE_PROTECTED_COMPONENTS"

public static final String EXTRA_PROTECTED_STATE

added in API level 4

This field is part of the intent ACTION_PROTECTED_CHANGED. Intent extra field for the state of protected application

Constant Value: "lineageos.intent.extra.PACKAGE_PROTECTED_STATE"

Public Constructors

public Intent ()

added in API level 4