Can we access another application's class or fire an intent to another application's class from our application?

StackOverflow https://stackoverflow.com/questions/22159979

  •  19-10-2022
  •  | 
  •  

문제

I want to fire an intent to another application's activity . What i am thinking is to use intent filter of the other's. Or can i access the other application package in some other way?

Suppose My app is 'A' and another app also exist in phone which is 'B'

Q1. Can I access or call classes of B and its method by any means? Q2. And If it can be done by Implicit Intents then What happens in that case where I cant have access of B's Source code, means I cannot find the B's class Intent filter.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top