41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
Categories:
|
|
- Security
|
|
License: BSD-3-Clause
|
|
AuthorName: Erik C. Thauvin
|
|
AuthorEmail: erik@thauvin.net
|
|
AuthorWebSite: https://erik.thauvin.net/
|
|
WebSite: https://mobile.thauvin.net/android/#noussd
|
|
SourceCode: https://github.com/ethauvin/NoUSSD
|
|
IssueTracker: https://github.com/ethauvin/NoUSSD/issues
|
|
|
|
AutoName: NoUSSD
|
|
Description: |-
|
|
Many Android phones have a security flaw where they will automatically dial any
|
|
telephone number touched on a web page. USSD codes are numbers that can provide
|
|
system info such as the IMEI number and possibly even do a factory reset. NoUSSD
|
|
will intercept all USSD codes and give you the choice to not dial them. Regular
|
|
phone numbers will be sent automatically to your favorite dialer.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/ethauvin/NoUSSD.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: dee97
|
|
rm:
|
|
- libs/android-support-v4.jar
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
target: android-15
|
|
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: 1afdca26803
|
|
target: android-15
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.0.1
|
|
CurrentVersionCode: 2
|