Cannot resolve Manifest.permission.ACCESS_FINE_LOCATION

前端 未结 12 982
天涯浪人
天涯浪人 2020-12-04 23:13

When adding permissions to my manifest file, the below xml works.

 
12条回答
  •  -上瘾入骨i
    2020-12-04 23:52

    Try this! Since ACCESS_FINE_LOCATION available in following package so Add:

    import android.Manifest;
    

    ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­

提交回复
热议问题