在android下,我可以运行下面的代码:
int locationMode = Settings.Secure.getInt(this.getContentResolver(), Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_HIGH_ACCURACY);
来自后台线程(不是来自主 ui 线程)?
在android下,我可以运行下面的代码:
int locationMode = Settings.Secure.getInt(this.getContentResolver(), Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_HIGH_ACCURACY);
来自后台线程(不是来自主 ui 线程)?