← Back to all articles

Knowledge base

Android Articles

Articles tagged Android, sorted from newest to oldest. Switch tags or return to all articles from the filters below.

Showing 1-12 of 18 articles tagged “Android”.

Android · Jun 4, 2026

Android Reverse Engineering Toolkit: Repos Worth Using

A practical guide to Android-focused reverse engineering and mobile security tools from my GitHub star lists: static analysis, dynamic analysis, APK patching, traffic inspection, Frida workflows, emulators, and vulnerable labs.

  • Android
  • Reverse Engineering
  • Mobile Security
  • APK
  • Frida
  • JADX
  • MobSF
  • Burp Suite
  • mitmproxy
  • Dynamic Analysis
  • Static Analysis
  • AppSec

Android · Jun 4, 2026

SELinux in Android: Why It Exists and How It Protects the System

A simple practical explanation of SELinux in Android: mandatory access control, domains, contexts, app sandboxing, enforcing mode, audit logs, and what it means for QA and Android security research.

  • Android
  • SELinux
  • Cybersecurity
  • Mobile Security
  • AppSec
  • Linux
  • Android Internals
  • QA
  • Reverse Engineering

Linux · Jun 4, 2026

SELinux Policies on Linux vs Android: Same Engine, Different Game

A practical explanation of how SELinux policy works on regular Linux distributions compared to Android phones, why Android uses SELinux differently, and what it means for QA, AppSec, reverse engineering, and system debugging.

  • Linux
  • Android
  • SELinux
  • Mobile Security
  • AppSec
  • Cybersecurity
  • AOSP
  • Root
  • Reverse Engineering
  • System Hardening

Android · Jun 3, 2026

ADB Shell for QA Engineers, Android Enthusiasts, and Cyber Researchers

A practical Android guide explaining how adb shell helps with app testing, debugging, emulator control, logs, packages, permissions, network checks, screenshots, file access, and mobile security research.

  • Android
  • ADB
  • Android Emulator
  • QA
  • Mobile Testing
  • Cybersecurity
  • Mobile Security
  • AppSec
  • Logcat
  • Android Studio
  • Reverse Engineering
  • Android Testing

Android · Jun 3, 2026

Where Android Certificates Are Stored

A practical Android security guide explaining system CAs, user-installed certificates, Network Security Config, TLS trust, certificate pinning, and what this means for mobile app testing.

  • Android
  • Cybersecurity
  • Mobile Security
  • Certificates
  • TLS
  • HTTPS
  • Burp Suite
  • Charles Proxy
  • Network Security Config
  • AppSec

Android · May 28, 2026

How to Debloat Your Android Phone and Take Back Privacy

A practical Android privacy guide: remove unnecessary apps, reduce background tracking, control permissions, and make your phone faster, cleaner, and less annoying.

  • Android
  • Privacy
  • Debloat
  • Mobile Security
  • F-Droid
  • Open Source
  • Smartphones

Accessibility · May 28, 2026

Mobile Accessibility Testing in 2026: What QA Needs to Know

A practical, updated guide to mobile accessibility testing: screen readers, labels, focus order, contrast, keyboard support, WCAG 2.2, and why accessibility should be part of the whole development process.

  • Accessibility
  • A11Y
  • Mobile Testing
  • QA
  • iOS
  • Android
  • WCAG
  • TalkBack
  • VoiceOver

Java · May 28, 2026

Mockito: A Practical Guide to Mock Objects in Java Tests

A modern, simple guide to Mockito: what mock objects are, why they matter, how to add Mockito to a Java or Android project, and how to write clean unit tests without overcomplicating things.

  • Java
  • Mockito
  • Unit Testing
  • Test Automation
  • JUnit 5
  • Android
  • QA Automation

Android · May 27, 2026

PulseAPK: A Faster Android APK Reverse Engineering Workflow

How I simplified the repetitive Android APK workflow by building PulseAPK, a cross-platform helper tool for decompiling, inspecting, rebuilding, and signing APK files.

  • Android
  • APK
  • Reverse Engineering
  • Mobile Security
  • apktool
  • jadx
  • PulseAPK
  • Avalonia