L.Navarro
L.Navarro

Reputation: 45

Security of services or receiver with exported true and without intent filters in Android

Concerning Android security:

  1. Can a service or receiver with exported=true and without intent filter create an open door for other applications to send explicit intents which are not manageable by the receiver?
  2. Is there an Android feature beyond permissions to protect against this situation?
  3. How can a receiver protect itself when use of this mechanism is really necessary?

Upvotes: 2

Views: 1280

Answers (1)

Related Questions