Android NetworkLocationProvider and GeocodeProvider

1.frameworks/base/core/res/res/values/config.xmlを修正

<!– Component name of the service providing network location support. –>
<string name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string>
<!– Component name of the service providing geocoder API support. –>
<string name="config_geocodeProvider">com.google.android.location.GeocodeProvider</string>

2.対策:
GoogleServicesFramework.apkとNetworkLocation.apkを「/system/app」ディレクトリに追加
3.機能:
NetworkLocationProvider ネットワークの位置付け機能
GeocodeProvider  座標の場所を変える機能

Development

Posted by arkgame