41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
|
Categories:
|
||
|
- System
|
||
|
License: GPL-3.0-or-later
|
||
|
SourceCode: https://github.com/bencebeky/MMSKeeper
|
||
|
IssueTracker: https://github.com/bencebeky/MMSKeeper/issues
|
||
|
|
||
|
AutoName: MMSKeeper
|
||
|
Description: |-
|
||
|
This app modifies the TYPE field of the current APN (Access Point Name) to allow
|
||
|
or disallow data traffic, while still being able to send and receive multimedia
|
||
|
messages (MMS). The desired TYPE values are customizable. Data still needs to be
|
||
|
enabled for MMS.
|
||
|
|
||
|
The only reason to use this app is to save on data traffic, e.g. if you have a
|
||
|
plan with limited data.
|
||
|
|
||
|
This app also provides a widget for easy toggle of data.
|
||
|
|
||
|
This app needs to be a system app on Android 4.0 and higher, because the
|
||
|
permission WRITE_APN_SETTINGS is only granted for system apps.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/bencebeky/MMSKeeper.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.0'
|
||
|
versionCode: 1
|
||
|
disable: Crashes on launch -- https://github.com/bencebeky/MMSKeeper/issues/1
|
||
|
commit: ede5c2c2e307a45b9f9ba179585d373a48935a5e
|
||
|
target: android-19
|
||
|
|
||
|
- versionName: '1.01'
|
||
|
versionCode: 2
|
||
|
commit: 9546fe284aeb55ea564409569807b6fdaf74e69d
|
||
|
target: android-19
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: RepoManifest
|
||
|
CurrentVersion: '1.01'
|
||
|
CurrentVersionCode: 2
|