fdroiddata/metadata/net.androcom.dho.speakerproximity.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

27 lines
783 B
YAML

Categories:
- Connectivity
License: Apache-2.0
SourceCode: https://github.com/VanirAOSP/packages_apps_SpeakerProximity
IssueTracker: https://github.com/VanirAOSP/packages_apps_SpeakerProximity/issues
AutoName: SpeakerProximity
Summary: Automatically switch to loudspeaker during calls
Description: |-
Automatically switches between the default speaker and the loudspeaker during
phone calls based on the proximity sensor readings
RepoType: git
Repo: https://github.com/VanirAOSP/packages_apps_SpeakerProximity
Builds:
- versionName: 0.4.2
versionCode: 1012121
commit: 1ddb89d328fb8d227768b45a6d0c0bbcd436a6f4
forceversion: true
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.4.2
CurrentVersionCode: 1012121