android.permission.CALL_PHONE for tablets

后端 未结 5 1128
故里飘歌
故里飘歌 2020-12-05 02:26

I am developing an app and in the manifest I have:


         


        
5条回答
  •  自闭症患者
    2020-12-05 02:59

    Regarding "uses-feature" and it crashing - are you checking that telephony is available before actually making the call? It might be you need to do that extra step for the case when the app is on tablets. All you are saying in the manifest is that the feature is not required. It probably relies on you to actually implement the logic around that.

提交回复
热议问题