Android-检查用户的位置权限选择
创始人
2024-08-19 19:00:48
0

使用运行时权限检查,可以在用户选择完位置权限之后检查用户的选择并作出相应处理。代码示例:

// check location permission
if (ContextCompat.checkSelfPermission(this,Manifest.permission.ACCESS_FINE_LOCATION) == PackageManager.PERMISSION_GRANTED) {

    // Location permission is granted
     // Do your stuff here

} else {

    // Location permission is not granted
    // Ask for the permission
    ActivityCompat.requestPermissions(this,
            new String[]{Manifest.permission.ACCESS_FINE_LOCATION},
            MY_PERMISSIONS_REQUEST_LOCATION);

    // MY_PERMISSIONS_REQUEST_LOCATION is an
    // app-defined int constant. The callback method gets the
    // result of the request.
}

//Handle the result of permission request
@Override
public void onRequestPermissionsResult(int requestCode,String permissions[], int[] grantResults) {
    switch (requestCode) {
        case MY_PERMISSIONS_REQUEST_LOCATION: {
            // If request is cancelled, the result arrays are empty.
            if (grantResults.length > 0
                    && grantResults[0] == PackageManager.PERMISSION_GRANTED) {

                // permission was granted
                // Do your stuff here

            } else {

                // permission denied
                // Do your stuff here

            }
            return;
        }

        // other 'case' lines to check for other
        // permissions this app might request.
    }
}

相关内容

热门资讯

透视妙招!德州透视脚本(透视)... 透视妙招!德州透视脚本(透视)pokemmo内置修改器(辅助)真是存在有方法(哔哩哔哩)进入游戏-大...
透视攻略!hhpoker辅助(... 透视攻略!hhpoker辅助(WPK工具)一贯是有辅助脚本(哔哩哔哩)1、下载好hhpoker辅助透...
透视练习!智星德州插件怎么下载... 透视练习!智星德州插件怎么下载(透视)sohoo poker辅助(辅助)总是一直总是有软件(哔哩哔哩...
透视窍要!拱趴大菠萝自动计算机... 透视窍要!拱趴大菠萝自动计算机器人(WPK控制牌)原来真的有辅助工具(哔哩哔哩)1、玩家可以在拱趴大...
透视指南书!来玩app破解版(... 透视指南书!来玩app破解版(透视)来玩德州破解器(辅助)切实存在有脚本(哔哩哔哩)1、任何来玩德州...
透视方式!wepoker透视底... 透视方式!wepoker透视底牌脚本(HHpoker辅助器)都是是有辅助技巧(哔哩哔哩)1、每一步都...
透视资料!德州之星扫描器(WP... 透视资料!德州之星扫描器(WPK控制牌)切实真的有辅助工具(哔哩哔哩)德州之星扫描器辅助器是一种具有...
透视大纲!wepoker插件辅... 透视大纲!wepoker插件辅助(WPK插件)好像有辅助插件(哔哩哔哩)一、wepoker插件辅助游...
透视窍要!约局吧德州真的有透视... 透视窍要!约局吧德州真的有透视挂吗(透视)we poker免费辅助器(辅助)一直是真的有方法(哔哩哔...
透视要领!wepoker安装教... 透视要领!wepoker安装教程(透视)sohoo辅助(辅助)一直真的是有软件(哔哩哔哩)一、wep...