An Android weather app being completed for CS 452 Senior Project.
0
stars
0
forks
source link
Permission checks need to call ActivityCompat.requestPermissions and then override public void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults) #15
Allows user to authorize permissions if app detects they don't have them allowed. Otherwise user will only be asked once.