Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用模拟器时,一切正常。但是,当我在真机上调试时,电话监听器什么也听不到;例如接听电话、接通电话等。
关于可能出问题的任何想法?
模拟器会忽略权限和签名密钥。确保您的应用程序已签名并在真实设备上使用时请求正确的权限。对于电话监听器,您需要电话权限。