Everyday gestures and shortcuts, the settings menus worth knowing, and a real troubleshooting escalation order for Android devices.
| Category | Action | Gesture | Notes |
|---|---|---|---|
| Navigation | Go home | Swipe up from bottom | With gesture navigation enabled (the modern default) rather than the classic 3-button bar. |
| Navigation | Recent apps / App switcher | Swipe up and hold | Pause partway up instead of continuing to Home. |
| Navigation | Go back | Swipe in from left/right edge | Replaces the dedicated back button under gesture navigation. |
| Navigation | Switch to previous app | Swipe along bottom edge sideways | Quick app-to-app switch without opening the full Recents view. |
| Quick Settings | Open Notification Shade | Swipe down from top | One swipe for notifications; a second swipe (or two-finger swipe) expands Quick Settings. |
| Quick Settings | Edit Quick Settings tiles | Pencil icon in expanded shade | Drag tiles to reorder or add/remove which toggles appear. |
| Capture | Screenshot | Power + Volume Down | Some OEM skins also support a 3-finger swipe-down gesture, enabled in Settings. |
| Capture | Scrolling screenshot | Capture, then tap "Capture more" | Extends a screenshot down a scrollable page — button appears on the screenshot preview. |
| Multitasking | Split screen | Long-press app icon in Recents | Select "Split screen" from the popup menu, then pick the second app. |
| Search | Open app search/assistant | Swipe up from bottom corner, or say "Hey Google" | Corner-swipe gesture depends on OEM launcher; the voice trigger is consistent across devices. |
Settings You'll Actually Need
Settings → About Phone
Model, Android version, build number — tap the build number 7 times to unlock Developer Options.
Settings → System → Developer Options
USB debugging, animation scale, and low-level diagnostics live here — hidden by default to avoid accidental changes.
Settings → Apps → App Info
Per-app permissions, storage usage, battery usage, and "Force Stop" — the first stop for a single misbehaving app.
Settings → Battery
Battery Manager / Adaptive Battery shows per-app drain and lets you restrict background activity for specific apps.
Settings → Privacy → Permission Manager
Cross-app view of who has camera/location/microphone access — audit this periodically, not just at install time.
Settings → Security → Find My Device
Remote locate/lock/erase for a lost or stolen device — confirm it's enabled before you need it, not after.
Restart
Hold Power until the restart option appears — clears the majority of one-off UI glitches and memory leaks.
Boot into Safe Mode
Hold Power, then long-press "Power off" until prompted for Safe Mode — disables all third-party apps temporarily to test whether one of them is the cause.
Clear app cache before app data
Settings → Apps → [App] → Storage → Clear Cache is non-destructive; Clear Data/Uninstall is a last resort since it removes the app's local settings and logins.
Back up before a factory reset
Confirm Google Account sync and any local-only files (Downloads, DCIM) are backed up — a factory reset is not recoverable after the fact.
Quick Tips
adb logcat shows live system logs — far more useful than guessing from symptoms alone.