Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Android Security Tips

Android Security Tips

Android Security Tips

Merab Tato Kutalia

May 15, 2019
Tweet

More Decks by Merab Tato Kutalia

Other Decks in Technology

Transcript

  1. Topics • data storage • app permissions • networking •

    webview(javascript) • dynamically loaded code
  2. data storage • Internal Storage(MODE_WORLD_WRITABLE (deprecated in API 17) •

    External Storage is globally readable • Scoped Storage(Android Q)
  3. data storage • Internal Storage(MODE_WORLD_WRITABLE (deprecated in API 17) •

    External Storage is globally readable • Scoped Storage(Android Q) • Content Providers(Sql Injection)
  4. data storage • Internal Storage(MODE_WORLD_WRITABLE (deprecated in API 17) •

    External Storage is globally readable • Scoped Storage(Android Q) • Content Providers(Sql Injection) • Shared preferences + leak