Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Forgot to document the new parameter used in SaveConfigToDo…
…lphinIni() in the last change. Fixed that.
  • Loading branch information
lioncash committed Aug 20, 2013
1 parent 9595457 commit dd35156
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -13,7 +13,11 @@
*/
public final class UserPreferences
{
/** Writes the config to the Dolphin ini file. */
/**
* Writes the config to the Dolphin ini file.
*
* @param ctx The context used to retrieve the user settings.
* */
public static void SaveConfigToDolphinIni(Context ctx)
{
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(ctx);
Expand Down

0 comments on commit dd35156

Please sign in to comment.