BrooklynWelsh / CS452_Weather_App

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

Open BrooklynWelsh opened 3 years ago

BrooklynWelsh commented 3 years ago

Allows user to authorize permissions if app detects they don't have them allowed. Otherwise user will only be asked once.