1

How add in project permission for ACCESS_FINE_LOCATION?

When call below code my app stop working and get message ACCESS_FINE_LOCATION

LIntent := TJIntent.Create;   LIntent.setClassName(TAndroidHelper.Activity.getBaseContext,TAndroidHelper.StringToJString('com.embarcadero.services.RServiceAndroid'));
TAndroidHelper.Activity.startService(LIntent);
Olivier
  • 3,368
  • 1
  • 2
  • 13
Pointer
  • 1,743
  • 1
  • 23
  • 45
  • http://docwiki.embarcadero.com/RADStudio/Sydney/en/Android_Permission_Model and http://docwiki.embarcadero.com/RADStudio/Sydney/en/Uses_Permissions – Dalija Prasnikar Feb 10 '21 at 09:23

0 Answers0