From e2feecb3f11c589b2bf92b5b5768e07e76a2d6ef Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Wed, 27 May 2015 15:05:11 -0700 Subject: [PATCH] CMSDK: Hide CMContextConstants from docs. Until we can reference these managers through the current context, we should hide the constants that are utilized to retrieve them. Current implementations should stick to the singleton getInstance pattern. Change-Id: I6c084a3a5b0745b0b6c5d10e000a40f5e61117ea --- src/java/cyanogenmod/app/CMContextConstants.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/java/cyanogenmod/app/CMContextConstants.java b/src/java/cyanogenmod/app/CMContextConstants.java index 78c3545..924f820 100644 --- a/src/java/cyanogenmod/app/CMContextConstants.java +++ b/src/java/cyanogenmod/app/CMContextConstants.java @@ -17,10 +17,10 @@ package cyanogenmod.app; /** - * Constants to be used with {@link android.content.Context#getSystemService} - * to retrieve published system services + * @hide + * TODO: We need to somehow make these managers accessible via getSystemService */ -public class CMContextConstants { +public final class CMContextConstants { /** * @hide