CMSDK: Actually hide ThemeVersion.

Change-Id: If30819b969719f8af5693e37eb825d615c555131
This commit is contained in:
Adnan Begovic 2015-06-04 17:17:10 -07:00
parent 273f2dbd6e
commit 2c6734a167
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;
/**
* @hide
*/
public class ThemeVersion {
private static final String THEME_VERSION_CLASS_NAME = "android.content.ThemeVersion";
private static final String THEME_VERSION_FIELD_NAME = "THEME_VERSION";