PC·모바일

안드로이드에서 위치 서비스를 활성화해도 앱이 위치 정보를 가져오지 못할 때

Ash-Fred 2025. 12. 22. 01:05

NikGApps core 같이 커스텀 롬에서 최소한의 구글 앱만 설치했을 때 나타나는 증상이다. ADB로 아래 명령을 실행하면 된다.

 

pm grant com.google.android.gms android.permission.ACCESS_COARSE_LOCATION

pm grant com.google.android.gms android.permission.ACCESS_FINE_LOCATION