Skip to content

Commit

Permalink
Constants for Samsung telephony #2
Browse files Browse the repository at this point in the history
  • Loading branch information
imilka committed Jan 16, 2013
1 parent 974ea8c commit cc1f1dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion core/java/android/provider/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -2489,7 +2489,13 @@ public static void setShowGTalkServiceStatusForUser(ContentResolver cr, boolean
*/
public static final String VOLBTN_MUSIC_CONTROLS = "volbtn_music_controls";

/**
/**
* Whether national data roaming should be used.
* @hide
*/
public static final String MVNO_ROAMING = "mvno_roaming";

/**
* Defines the shortcuts to be shown on lockscreen
* Usage is like this: target:icon|target:icon|target:icon
* if :icon is not set, default application icon will be used
Expand Down

0 comments on commit cc1f1dd

Please sign in to comment.