Require permission only for older android versions: maxSdkVersion does not work?

前端 未结 2 751
鱼传尺愫
鱼传尺愫 2020-12-10 05:55

I want to some permissions only for older devices for compatibility. So I did some research and found this here:

android:maxSdkVersion

2条回答
  •  死守一世寂寞
    2020-12-10 06:37

    On my HTC with Android 5.0.2 external storaged failed when having the permissions and restrictions: android.permission.WRITE_EXTERNAL_STORAGE and maxSdkVersion = 18. So I needed to change maxSdkVersion to 22.

提交回复
热议问题