Content providers

Tags:androidmobile Related to:bug-bounty ,hacking See also: Android App Components

Summary

Overview of Content Providers in Android app

Content Providers

  • Used for storing and sharing app data
  • Acts as a middle layer - SQLite, XML, Plain text format
  • Often Vulnerable
References (optional )