Yuan Zhuang
Results
1
comments of
Yuan Zhuang
My walk around is to move the part of checking permission from onResume() to onStart() ``` @Override public void onStart() { super.onStart(); // Within {@code onPause()}, we remove location updates....