summaryrefslogtreecommitdiffstats
path: root/fmapp2/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* FM: Cleanup resourcesMichael Bestas2015-02-011-2/+2
| | | | | | | | | | | * Remove unused layouts/drawables * Remove unused strings * Remove CAF chinese translations * Improve strings * Move debug strings/arrays to debug_strings.xml/debug_arrays.xml * Move transmitter strings to transmit_strings.xml Change-Id: I5b391b459aefa75a6c3edbc525d471a3bcefb2be
* FMRadio : Re-vamp UIDanesh M2015-01-081-0/+1
| | | | Change-Id: Ib9cb3d5663f9eec92922a3eea7d605a2bf3b538c
* FM2: Disable FM transmitter be defaultKonsta2015-01-081-2/+2
| | | | | | | | | Enable FM transmitter by setting ro.fm.transmitter=true in system properties. This reverts commit 36cfaa5a48b2f2dc4c74071f7a0e87d6077863a1. Change-Id: Ia79ea0d34485234f067cf94404f5a92c79b1c507
* FM2: Disable FM TX activityRicardo Cerqueira2015-01-081-2/+2
| | | | Change-Id: Ib238ef4dfab65c56a49e2f02a21f001c4c32b63f
* Break bootclasspath dependencyRicardo Cerqueira2015-01-081-0/+4
| | | | | | Use the library directly instead of forcing its global inclusion Change-Id: I547c85b1b6c4ce09333e2eac2059cca1b851a346
* FM: Fix dialog will be closed after rotating screen.Hu Wang2014-11-171-0/+1
| | | | | | | | | When rotate screen, some dialogs will be closed. Because activity is closed and recreated, dialog can't be shown again. Add activity attribute to prohibit closing activity. Change-Id: Idb2a9defaac8793c6c0224b6e8a2cb10a9ea5eed CRs-Fixed: 753208
* FM: Fix the audio noise issueVenkateshwarlu Domakonda2014-04-181-0/+1
| | | | | | | | | - When wired headset removed while FM is playing, audio will route to speaker and it will be noise. - Listen the ACTION_AUDIO_BECOMING_NOISY and disable the FM. Change-Id: I3c6f53993cfaecf0459c655268a37cf8c3e91b43 CRs-Fixed: 643575
* fmapp2: Allow single fm task in recent app listAyaz Ahmad2013-12-181-1/+3
| | | | | | | | | Two FM tasks are shown in recent list when home button is long pressed after fm app is launched, back key is prssed, launch fm from status bar. Change-Id: I471505366bd5af0c36f758ee8912810f80cd1843 CRs-Fixed: 546876
* fm: Allow only one FM icon in recent listAyaz Ahmad2013-10-231-1/+1
| | | | | | | | Recent list displays more than two FM activity when user press back key and launch FM from status bar Change-Id: I081d9548231558c75539f2ea2f57dfc69bc627e0 CRs-Fixed: 546876
* fm: Include FM RX/TX apps in recent app listAyaz Ahmad2013-08-271-3/+3
| | | | | | | | | | FM app is not found in recent app list when home key is long pressed. Allow activity manager to include FM app in recent app list CRs-Fixed: 525976 Change-Id: I8186327c25bb48dc398d062a192d2a3ed51d3adc
* FM: New mechanism to handle FM recordingVenkateshwarlu Domakonda2013-07-291-0/+2
| | | | | | | | | - FM Radio is running with system process. - System process does not have permission to access SDCard. - Handle the FM recording in another application. Change-Id: Ie321143b4a2601f2c669292154510eef8cbf7940 CRs-Fixed: 515621
* fm: Move FM2 APP source tree to vendor projectVenkateshwarlu Domakonda2013-07-251-0/+148
- FM2 APP source moved from packages/apps to vendor/qcom-opensource/ repository. - Remove intent mechanism to receive meta data. - Use remote service connection mechanism to receive meta data. Change-Id: I74ba25b259ff93097db88644f4be9e5bae20131a