Skip to content

Commit

Permalink
Add global setting for all stats control
Browse files Browse the repository at this point in the history
Change-Id: Iaf244d9fafbf2c47c318a90665f39d5efaea3b1b
(cherry picked from commit 9ee9a04)
  • Loading branch information
Adnan authored and Brint E. Kriebel committed Jul 17, 2014
1 parent 30e1bce commit 9282ec7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/java/android/provider/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -2771,6 +2771,13 @@ public static void setShowGTalkServiceStatusForUser(ContentResolver cr, boolean
*/
public static final String EGG_MODE = "egg_mode";

/**
* Global stats collection
*
* @hide
*/
public static final String STATS_COLLECTION = "stats_collection";

/**
* Quick Settings Panel Tiles to Use
*
Expand Down

0 comments on commit 9282ec7

Please sign in to comment.