From 6e5ab27fbb508b3b347c873c0a3d9848ced789e9 Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Thu, 28 Jul 2016 14:02:08 +0200 Subject: [1/2] cmsdk: cm custom boot dexopt UI * Pass app info and number of installed packages to boot message UI * Ui by Asher and Joey, based on Alexander's previous work Change-Id: I9298d7e2b85a703921abf62f8b91157e6f88803b Signed-off-by: Joey Rizzoli --- api/cm_current.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'api') diff --git a/api/cm_current.txt b/api/cm_current.txt index a93f52f..5a57e67 100644 --- a/api/cm_current.txt +++ b/api/cm_current.txt @@ -742,14 +742,30 @@ package cyanogenmod.platform { ctor public R.bool(); } + public static final class R.color { + ctor public R.color(); + } + + public static final class R.dimen { + ctor public R.dimen(); + } + public static final class R.drawable { ctor public R.drawable(); } + public static final class R.id { + ctor public R.id(); + } + public static final class R.integer { ctor public R.integer(); } + public static final class R.layout { + ctor public R.layout(); + } + public static final class R.string { ctor public R.string(); } -- cgit v1.1