4 Commits

Author SHA1 Message Date
oxmc
82b50e6d2f settings: add developer options toggle
Replace the non-functional 7-tap build number with a SwitchPreferenceCompat
in a new Developer category. Reads and writes
Settings.Global.DEVELOPMENT_SETTINGS_ENABLED directly; requires
WRITE_SECURE_SETTINGS (granted via platform certificate). Toggle state
re-syncs in onResume so it stays accurate if changed elsewhere.
2026-06-09 22:10:12 -07:00
oxmc
fda87a4aa8 settings: add PawletOS version info and Android settings section 2026-06-09 10:30:25 -07:00
oxmc
22beff9c94 Fix: use sdk_version system_current instead of platform_apis for product partition 2026-06-09 05:43:44 -07:00
oxmc
3e6ab33b04 Initial scaffold: PawletOS Settings app
Privileged system app that registers with Settings via
com.android.settings.action.EXTRA_SETTINGS, appearing under
the Device category. Provides an empty PreferenceScreen
ready for PawletOS-specific toggles.
2026-06-09 05:20:11 -07:00