Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • JVN#90289505 Content provider in MovatwiTouch fails to restrict access permissions

Related Guidelines

Android Application Secure Design / Secure Coding Guidebook by JSSEC

4.3. Creating/Using a Content Provider (2013/4/1 edition)using content providers
4.3.1.1. Creating/Using a using private content providerproviders
4.3.1.3. Creating/Using a using partner -limited content provider (white listing)content providers
4.3.1.4. Creating/Using a private content provider (signature permission)using in-house content providers
4.3.1.5. Creating/Using a using temporary permit content providerproviders
4.3.2.1. Never create a content provider to be used only within the app for Android Content provider that Is used only in an application cannot be created in android 2.2 (API Level 8) and beforeor earlier
4.3.2.2. Never publish a content provider which is intended to be used only within the applicationContent provider that is used only in an application must be set as private
4.3.2.4. Verify signature permission before useUse an in-house defined signature permission after verifying that it is defined by an in-house application

Bibliography

[JSSEC 20132014]

 4.3. Creating/Using a Content Provider (2013/4/1 edition)

...