Issue Checklist
Additional terms
Feature description
Description
Currently, Geto ships with three built-in templates:
- Hide Developer Options
- Hide USB Debugging
- Hide Accessibility Services
However, the Hide USB Debugging (adb_enabled) template does not affect Wireless Debugging (adb_wifi_enabled). This leads to Wireless Debugging remaining enabled even when USB Debugging is hidden.
Use Case
Workaround
Here's my PR template to handle Wireless Debugging separately:
Template Specifications:
- Template name: Hide Wireless USB Debugging
- Scope: Global
- Settings label: Hide Wireless USB Debugging
- Setting key:
adb_wifi_enabled
- Settings value on launch:
0
- Settings value on revert:
1
Benefits
Additional Notes
This addition ensures full coverage of debugging-related developer settings and makes the behavior consistent with the existing Hide USB Debugging feature.
Issue Checklist
Additional terms
Feature description
Description
Currently, Geto ships with three built-in templates:
However, the Hide USB Debugging (
adb_enabled) template does not affect Wireless Debugging (adb_wifi_enabled). This leads to Wireless Debugging remaining enabled even when USB Debugging is hidden.Use Case
Workaround
Here's my PR template to handle Wireless Debugging separately:
Template Specifications:
adb_wifi_enabled01Benefits
Additional Notes
This addition ensures full coverage of debugging-related developer settings and makes the behavior consistent with the existing Hide USB Debugging feature.