MediaActionSound: Fix video stop sound

Bug: 24745252
Change-Id: I803679d52750e09c7fc7b881523becf9259b558b
This commit is contained in:
Chien-Yu Chen
2015-10-07 15:17:19 -07:00
parent 714a61cd58
commit d890f4f400

View File

@@ -52,7 +52,7 @@ public class MediaActionSound {
"/system/media/audio/ui/camera_click.ogg",
"/system/media/audio/ui/camera_focus.ogg",
"/system/media/audio/ui/VideoRecord.ogg",
"/system/media/audio/ui/VideoRecord.ogg"
"/system/media/audio/ui/VideoStop.ogg"
};
private static final String TAG = "MediaActionSound";