cmsdk: Deprecate STATS_COLLECTION_REPORTED CMSetting

The functionality that uses this setting has been removed.
This setting should no longer be used.

Change-Id: Iff887a711a9f8cac18cf9938280ddc99a5787615
(cherry picked from commit 79cced08e745f7cc1d09d05f450335e75f32de35)
This commit is contained in:
Zhao Wei Liew 2016-12-28 21:33:19 +08:00
parent a00aed7a52
commit 8a975c045d
1 changed files with 2 additions and 0 deletions

View File

@ -2612,7 +2612,9 @@ public final class CMSettings {
/**
* Whether the global stats collection setting has been successfully reported to server
* @hide
* @deprecated {@link org.cyanogenmod.cmparts.cmstats.AnonymousStats} no longer uses this
*/
@Deprecated
public static final String STATS_COLLECTION_REPORTED = "stats_collection_reported";
/**