How to restrict app to Android phones only

前端 未结 4 1955
抹茶落季
抹茶落季 2020-12-01 14:50

Hello I am targeting users to Android phones only. I want to restrict the app to install on Android phones ony not on phablets and tablets.

<
4条回答
  •  南方客
    南方客 (楼主)
    2020-12-01 15:09

    An alternative is to test of the feature android.hardware.telephony

    
    

    This would limit the app to phones.. of course phablets would be included in that, but it would be (IMHO) a better solution than the ever changing screen resolution approach..

提交回复
热议问题