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
This commit is contained in:
Adnan Begovic 2015-05-27 15:05:11 -07:00
parent 0f8bcd7bff
commit e2feecb3f1
1 changed files with 3 additions and 3 deletions

View File

@ -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