summaryrefslogtreecommitdiffstats
path: root/fmapp2/src
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2014-12-04 13:26:54 -0800
committerMatt Wagantall <mwagantall@cyngn.com>2016-02-19 14:07:43 -0800
commitdeb38276d1bfcad79833d92a83ec4efbf62cd44a (patch)
tree43448296d1aacec8677c887922190dceac0cfe1e /fmapp2/src
parent2a46c790a2e131f1d1a4f554b11b9c46e09665c8 (diff)
downloadandroid_hardware_qcom_fm-deb38276d1bfcad79833d92a83ec4efbf62cd44a.tar.gz
android_hardware_qcom_fm-deb38276d1bfcad79833d92a83ec4efbf62cd44a.tar.bz2
android_hardware_qcom_fm-deb38276d1bfcad79833d92a83ec4efbf62cd44a.zip
FMRadio : Switch file extension to aac
Change-Id: I7e44a8835c450697765c41fafdf325c1e2043b49
Diffstat (limited to 'fmapp2/src')
-rw-r--r--fmapp2/src/com/caf/fmradio/FMRadioService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/fmapp2/src/com/caf/fmradio/FMRadioService.java b/fmapp2/src/com/caf/fmradio/FMRadioService.java
index f02b135..fc70b2b 100644
--- a/fmapp2/src/com/caf/fmradio/FMRadioService.java
+++ b/fmapp2/src/com/caf/fmradio/FMRadioService.java
@@ -1129,7 +1129,7 @@ public class FMRadioService extends Service
return false;
try {
mSampleFile = File
- .createTempFile("FMRecording", ".3gpp", sampleDir);
+ .createTempFile("FMRecording", ".aac", sampleDir);
} catch (IOException e) {
Log.e(LOGTAG, "Not able to access SD Card");
Toast.makeText(this, "Not able to access SD Card", Toast.LENGTH_SHORT).show();