Skip to content

Commit

Permalink
Add framework definition to include Torch
Browse files Browse the repository at this point in the history
Change-Id: I21de929089b06e5022f90c1fab6228a543102a19
  • Loading branch information
KalimochoAz authored and knzy committed Sep 12, 2012
1 parent 77c672e commit 1241bca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/java/android/provider/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -1980,6 +1980,11 @@ public static void setShowGTalkServiceStatus(ContentResolver cr, boolean flag) {
*/
public static final String SIP_ASK_ME_EACH_TIME = "SIP_ASK_ME_EACH_TIME";

/**
* Torch state (flashlight)
* @hide
*/
public static final String TORCH_STATE = "torch_state";
/**
* Pointer speed setting.
* This is an integer value in a range between -7 and +7, so there are 15 possible values.
Expand Down

0 comments on commit 1241bca

Please sign in to comment.