Set new ringers are enabled by default

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-11-03 15:12:05 -04:00
parent ae0eef3e23
commit ae609a0e5e
3 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
android:id="@+id/ringer_enabled"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:checked="true"
android:textOff="@string/disable"
android:textOn="@string/enable" />