app info text updated

This commit is contained in:
2022-05-10 12:42:14 +02:00
parent 3f36c4c6b3
commit bdbed3dbef
2 changed files with 6 additions and 2 deletions

View File

@@ -1840,7 +1840,8 @@ public class Miscellaneous extends Service
* @param context Context reference to get the TelephonyManager instance from
* @return country code or null
*/
public static String getUserCountry(Context context) {
public static String getUserCountry(Context context)
{
try
{
final TelephonyManager tm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);