aboutsummaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-08-04 16:45:26 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-08-04 17:03:00 -0700
commit8481cec918f99e80ef60eee52d07d83b0d76129f (patch)
treedf427a4465f48f37a358dd80a277be641aa41f03 /system-api
parentc2d967c09274b18b61a9a72fb5079e5c284e8d88 (diff)
downloadvendor_cmsdk-8481cec918f99e80ef60eee52d07d83b0d76129f.zip
vendor_cmsdk-8481cec918f99e80ef60eee52d07d83b0d76129f.tar.gz
vendor_cmsdk-8481cec918f99e80ef60eee52d07d83b0d76129f.tar.bz2
cmsdk: Expose ProfileTrigger constructor for third parties.
Change-Id: I96dbc4974f49d07df020510be59f6ad23040e448
Diffstat (limited to 'system-api')
-rw-r--r--system-api/cm_system-current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/system-api/cm_system-current.txt b/system-api/cm_system-current.txt
index bb1f3ae..10011f2 100644
--- a/system-api/cm_system-current.txt
+++ b/system-api/cm_system-current.txt
@@ -172,6 +172,7 @@ package cyanogenmod.app {
}
public static class Profile.ProfileTrigger implements android.os.Parcelable {
+ ctor public Profile.ProfileTrigger(int, java.lang.String, int, java.lang.String);
method public int describeContents();
method public java.lang.String getId();
method public java.lang.String getName();