Skip to content

Add "Hide Wireless USB Debugging" Template #346

@davidhedlund

Description

@davidhedlund

Issue Checklist

  • I confirm that this feature request has not been previously suggested.
  • I agree to follow the project's code of conduct.
  • I have checked and verified that I am using the latest version of Geto from GitHub or F-Droid.

Additional terms

  • I understand that feature requests are subject to evaluation and may not be implemented immediately.
  • I agree to provide additional details if needed for a clearer understanding of the requested feature.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions