Remove port forwarding when installed from the Play store

This commit is contained in:
M66B 2016-03-08 12:05:17 +01:00
parent 2c0d0bc760
commit b13f005e9c
5 changed files with 3 additions and 4 deletions

View File

@ -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:

View File

@ -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);

View File

@ -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

View File

@ -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

View File

@ -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