Loading packages/SoundPicker/src/com/android/soundpicker/RingtonePickerActivity.java +2 −0 Original line number Diff line number Diff line Loading @@ -300,6 +300,8 @@ public final class RingtonePickerActivity extends AlertActivity implements } }; installTask.execute(data.getData()); } else if (requestCode == ADD_FILE_REQUEST_CODE && resultCode == RESULT_CANCELED) { setupAlert(); } } Loading Loading
packages/SoundPicker/src/com/android/soundpicker/RingtonePickerActivity.java +2 −0 Original line number Diff line number Diff line Loading @@ -300,6 +300,8 @@ public final class RingtonePickerActivity extends AlertActivity implements } }; installTask.execute(data.getData()); } else if (requestCode == ADD_FILE_REQUEST_CODE && resultCode == RESULT_CANCELED) { setupAlert(); } } Loading