History log of /frameworks/base/core/java/android/preference/RingtonePreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
02fc19ecfc3d53bd0ac811e0113534e0e2818e91 21-May-2015 Jean-Michel Trivi <jmtrivi@google.com> Ringtone picker is not affected by current sonification policy

Add the FLAG_BYPASS_INTERRUPTION_POLICY AudioAttributes flag when
launching the ringtone picker so it is not affected by the
current sonification policy, in order to ensure the audibility
of the phone ringtone or default notification being previewed
by the user.

Bug 19407114

Change-Id: Ibd24e3f14e56e67f9e37576a84c97a73f5494074
/frameworks/base/core/java/android/preference/RingtonePreference.java
617feb99a06e7ffb3894e86a286bf30e085f321a 10-Sep-2013 Alan Viverette <alanv@google.com> Add View constructor that supplies a default style resource

Also updates the constructor of every class that extends View.

BUG: 10676369
Change-Id: Ifaf27bf82028d180afa4931c0e906df88d858ac3
/frameworks/base/core/java/android/preference/RingtonePreference.java
023f8e00fdcd8aa1fd69dae9d2cf3a10dfa7b373 11-Aug-2011 Amith Yamasani <yamasani@google.com> Pass in the title of the preference as a title for the ringtone picker dialog.

Bug: 5135537
Change-Id: I988c4c6b800466a5f28e41b452a91a5424c7d58b
/frameworks/base/core/java/android/preference/RingtonePreference.java
82e7bc11342547d1480ef89208ed06943650e201 24-Sep-2010 Amith Yamasani <yamasani@google.com> Fix for Ringtones not being saved when using Preference fragments.

Bug: 2988732

RingtonePreference was calling startActivityForResult on Activity instead
of on Fragment, so the result was not being delivered to the fragment.

Setting a fragment owner on the PreferenceManager instance so that it can
be used instead of getActivity() for launching the intent.

Not exposing any new public APIs at this time.
/frameworks/base/core/java/android/preference/RingtonePreference.java
3156bb00dd3ab3d6ec732bb6a64a2e84d08c34f0 13-Apr-2009 Patrick Scott <> AI 145870: Add a build property for the default alarm alert. Update the various
framework classes to deal with the new property. Also update various
documentation that mentions the default ringtones.
Use the build property as the default alert when the user has not chosen
an alert for an alarm. This is also used if the alarm alert is null when
the alarm fires.
BUG=1723684

Automated import of CL 145870
/frameworks/base/core/java/android/preference/RingtonePreference.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/preference/RingtonePreference.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/preference/RingtonePreference.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/frameworks/base/core/java/android/preference/RingtonePreference.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/java/android/preference/RingtonePreference.java