From df4486fb0eab595b9150aad47567b6f088efc976 Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Fri, 1 Apr 2016 10:55:04 -0700 Subject: cmsdk: Unhide the Concierge. Change-Id: I82adee7f9acb67623725acea723b52e08bab7311 --- api/cm_current.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'api') diff --git a/api/cm_current.txt b/api/cm_current.txt index 810935a..a987ec1 100644 --- a/api/cm_current.txt +++ b/api/cm_current.txt @@ -585,6 +585,16 @@ package cyanogenmod.os { field public static final int ELDERBERRY = 5; // 0x5 } + public final class Concierge { + method public static cyanogenmod.os.Concierge.ParcelInfo prepareParcel(android.os.Parcel); + method public static cyanogenmod.os.Concierge.ParcelInfo receiveParcel(android.os.Parcel); + } + + public static final class Concierge.ParcelInfo { + method public void complete(); + method public int getParcelVersion(); + } + } package cyanogenmod.platform { -- cgit v1.2.3