
Android Software Internals Quick Reference
A Field Manual and Security Reference Guide to Java-based Android Components
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Android Software Internals Quick Reference
A Field Manual and Security Reference Guide to Java-based Android Components
About this book
Use this handy field guide as a quick reference book andcheat sheet for all of the techniques you use or reference day to day.Covering up to Android 11, this Android Java programming reference guide focuses on non-UI elements with a security focus. You won't see Android UI development, nor will you see low-level C or kernel techniques. Instead, this book focuses on easily digestible, useful, and interesting techniques in Java and the Android system.
This reference guide was created out of the need for myself to jot down all the useful techniques I commonly reached for, and so I'm now sharing these techniques with you, whether you arean Android internals software engineer or security researcher.
What You Will Learn
- Discover the differences between and how to access application names, package names, IDs, and unique identifiers in Android
- Quickly reference common techniques such as storage, the activity lifecycle, and permissions
- Debug using the Android shell
- Work with Android's obfuscation and encryption capabilities
- Extract and decompile Android applications
- Carry out Android reflection and dex class loading
Who This Book Is For
Programmers, developers, and admins with at least prior Android and Java experience.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover
- Front Matter
- 1. Introduction
- 2. Android Versions
- 3. Fundamentals
- 4. Intents
- 5. Application Names, Android Package Name, and ID
- 6. Storage
- 7. Android Unique Identifiers
- 8. Obfuscation and Encryption
- 9. Services, Launchers, and Components
- 10. Reflection and Class Loading
- 11. The Android Shell
- 12. Decompiling and Disassembling Android Applications
- 13. Closing Thoughts
- Back Matter