mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-02 21:34:12 +00:00
Remove port forwarding when installed from the Play store
This commit is contained in:
parent
2c0d0bc760
commit
b13f005e9c
5 changed files with 3 additions and 4 deletions
|
@ -26,9 +26,10 @@ Features:
|
|||
* Optionally allow when screen on
|
||||
* Optionally block when roaming
|
||||
* Optionally block system applications
|
||||
* Optionally forward ports, also to external addresses
|
||||
* Optionally forward ports, also to external addresses (not available if installed from the Play store)
|
||||
* Optionally notify when an application accesses the internet
|
||||
* Optionally record network usage per application per address
|
||||
* Optionally block ads using a hosts file (not available if installed from the Play store)
|
||||
* Material design theme with light and dark theme
|
||||
|
||||
PRO features:
|
||||
|
|
|
@ -262,6 +262,7 @@ public class ActivitySettings extends AppCompatActivity implements SharedPrefere
|
|||
if (Util.isPlayStoreInstall(this)) {
|
||||
cat_options.removePreference(screen.findPreference("update_check"));
|
||||
cat_advanced.removePreference(pref_block_domains);
|
||||
cat_advanced.removePreference(pref_forwarding);
|
||||
cat_backup.removePreference(pref_hosts_import);
|
||||
cat_backup.removePreference(pref_hosts_url);
|
||||
cat_backup.removePreference(pref_hosts_download);
|
||||
|
|
|
@ -38,7 +38,6 @@ Características:
|
|||
• Opcionalmente, permite con la pantalla encendida
|
||||
• Opcionalmente, bloquea con roaming
|
||||
• Opcionalmente, bloquea aplicaciones del sistema
|
||||
• Opcionalmente, reenvía puertos, también a direcciones externas
|
||||
• Opcionalmente, notifica cuando una aplicación accede a Internet
|
||||
• Opcionalmente, registra el uso de la red por aplicación por dirección
|
||||
• Apariencia material design con tema claro y oscuro
|
||||
|
|
|
@ -38,7 +38,6 @@ Caracteristici:
|
|||
• Optional permite cand ecranul este pornit
|
||||
• Optional blocheaza in roaming
|
||||
• Optional blocheaza aplicatiile de sistem
|
||||
• Optional redirectioneaza porturi atat local cat si spre servere externe
|
||||
• Optional notifica la accesarea internetului
|
||||
• Optional inregistreaza utilizarea conexiunii per aplicatie si per adresa
|
||||
• Design Material cu tema deschisa si inchisa
|
||||
|
|
|
@ -38,7 +38,6 @@ Features:
|
|||
• Optionally allow when screen on
|
||||
• Optionally block when roaming
|
||||
• Optionally block system applications
|
||||
• Optionally forward ports, also to external addresses
|
||||
• Optionally notify when an application accesses the internet
|
||||
• Optionally record network usage per application per address
|
||||
• Material design theme with light and dark theme
|
||||
|
|
Loading…
Reference in a new issue