Skip to content

Commit

Permalink
Make volume button behavior always default to 'none.'
Browse files Browse the repository at this point in the history
This was partially fixed by commit 220d80aff9549e156c58.
The app would default to none until the user entered
the settings, at which point default would change to 'dismiss'

Change-Id: I67a6064457403eeebbcd54ff6c4977a3c6321cb3
  • Loading branch information
mtwebster authored and peteralfonso committed Jun 26, 2011
1 parent f7aa918 commit d92c575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/xml/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
android:entries="@array/volume_button_setting_entries"
android:entryValues="@array/volume_button_setting_values"
android:summary="@string/volume_button_setting_summary"
android:defaultValue="2" />
android:defaultValue="0" />

</PreferenceScreen>

0 comments on commit d92c575

Please sign in to comment.