Android Component Hijacking via Intent

Please provide the following:

  1. SDK Version:35.0.0
  2. Platforms(Android/iOS/web/all):Android

Intents are used to start activities and services, bind to services, and convey notifications to broadcast receivers. By default, a component can only receive intents from other components in the same application, but it can be configured to accept intents from outside applications by setting the android:exported attribute in the manifest. this leads to component hijacking, it can be solved by creating pending intent and wrap to our intent.
how can I solve this problem in expo?
please anyone help me with this.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.