CMSettings: add reporting status setting

Ref: CYNGNOS-1131

Change-Id: Ic237763bc5900d89a7ad5efb19d7ad3bcc448e33
Signed-off-by: Roman Birg <roman@cyngn.com>
(cherry picked from commit 0c0aef6666490e6ec7055dc87503a63edbf66c98)
This commit is contained in:
Roman Birg 2015-10-15 16:28:25 -07:00 committed by Adnan Begovic
parent d5fdee9833
commit e4558b7fc3
1 changed files with 6 additions and 0 deletions

View File

@ -2467,6 +2467,12 @@ public final class CMSettings {
*/
public static final String STATS_COLLECTION = "stats_collection";
/**
* Whether the global stats collection setting has been successfully reported to server
* @hide
*/
public static final String STATS_COLLECTION_REPORTED = "stats_collection_reported";
/**
* Boolean value whether to link ringtone and notification volume
*