我正在开发一个应用程序,该应用程序必须考虑智能手机用作位置的国家/地区。
我需要像在网络连接中一样在AndroidManifest.xml中声明任何权限:
<uses-permission android:name="android.permission.INTERNET" />
否。您不需要在清单中声明许可。
不,您不需要获得当前语言环境的权限。您只需使用:
Locale current = getResources().getConfiguration().getLocales().get(0);