Back to All Cheatsheet Libraries cheatsheets

Android

Everyday gestures and shortcuts, the settings menus worth knowing, and a real troubleshooting escalation order for Android devices.

Total Gestures: 0
Category Action Gesture Notes
NavigationGo homeSwipe up from bottomWith gesture navigation enabled (the modern default) rather than the classic 3-button bar.
NavigationRecent apps / App switcherSwipe up and holdPause partway up instead of continuing to Home.
NavigationGo backSwipe in from left/right edgeReplaces the dedicated back button under gesture navigation.
NavigationSwitch to previous appSwipe along bottom edge sidewaysQuick app-to-app switch without opening the full Recents view.
Quick SettingsOpen Notification ShadeSwipe down from topOne swipe for notifications; a second swipe (or two-finger swipe) expands Quick Settings.
Quick SettingsEdit Quick Settings tilesPencil icon in expanded shadeDrag tiles to reorder or add/remove which toggles appear.
CaptureScreenshotPower + Volume DownSome OEM skins also support a 3-finger swipe-down gesture, enabled in Settings.
CaptureScrolling screenshotCapture, then tap "Capture more"Extends a screenshot down a scrollable page — button appears on the screenshot preview.
MultitaskingSplit screenLong-press app icon in RecentsSelect "Split screen" from the popup menu, then pick the second app.
SearchOpen app search/assistantSwipe 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.

Troubleshooting Escalation Order

The sequence that resolves most Android support tickets before a factory reset is ever needed.

1

Restart

Hold Power until the restart option appears — clears the majority of one-off UI glitches and memory leaks.

2

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.

3

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.

4

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 for real diagnostics
With USB debugging on and Android Platform Tools installed, adb logcat shows live system logs — far more useful than guessing from symptoms alone.
Fragmentation is real
Exact menu names/paths vary by manufacturer skin (Samsung One UI, Pixel stock Android, etc.) — the underlying setting usually exists everywhere, just relocated.
Play Protect runs automatically
Google Play Protect scans installed apps in the background even for apps sideloaded outside the Play Store — check its scan history in the Play Store app before assuming malware requires a third-party scanner.