replicant-vendor_cmsdk/samples/externalviews/setkeyguardviewprovider/README.md
d34d afa4fef9ee ExtView: Add samples for using KeyguardExternalViews
This adds two samples, samples/externalviews/keyguardviewprovider
which provides an example of creating a third party keyguard component,
and samples/externalviews/setleygiardviewprovider which allows setting
and clearing of the third party keyguard component.

Change-Id: Ia9c564d602f1b6d44953eb05f2ffcf3f44663ece
2015-12-22 15:13:38 -08:00

6 lines
366 B
Markdown

# Notice
This sample is provided as a way to set and clear the setting that defines what
KeyguardExternalViewProviderService the system should use. Changing this setting
requires a permission that is only granted to system apps. As such, this sample
is not intended to be built as a standalone application and must be built as part
of the CyanogenMod build system.