Jaycee

Results 4 issues of Jaycee

PhotoPreview.builder().setPhotos(photoPaths) Hi,I think it's better to declare List than ArrayList

``` if (!mLocationManager.isProviderEnabled( LocationManager.NETWORK_PROVIDER )) { ``` 为什么是!mLocationManager.isProviderEnabled()执行括号中的代码呢?(括号中是NETWORK_PROVIDER)