Recent

Author Topic: my apk ok on android 4.4 no on android 12  (Read 775 times)

microb

  • New Member
  • *
  • Posts: 13
my apk ok on android 4.4 no on android 12
« on: August 20, 2022, 02:56:25 pm »
Hello
with lamw4linux lazarus 2.0.12 my apk is ok on android 4.4,but the functions sms and positions do not working on android 12.
« Last Edit: August 25, 2022, 01:48:36 pm by microb »

rsu333

  • Full Member
  • ***
  • Posts: 110
Re: sms and gps ok on android 4.4 no on android 12
« Reply #1 on: August 20, 2022, 03:05:37 pm »
Ant or gradle ?API 30 ?

microb

  • New Member
  • *
  • Posts: 13
Re: sms and gps ok on android 4.4 no on android 12
« Reply #2 on: August 20, 2022, 07:31:04 pm »
Thank you
where to find information,in the IDE ?

microb

  • New Member
  • *
  • Posts: 13
Re: sms and gps ok on android 4.4 no on android 12
« Reply #3 on: August 21, 2022, 03:09:33 pm »
Hello.
I found:
in android 12 you have to give permission to use some functions.
The position, the sms...
Go to settings, application.


microb

  • New Member
  • *
  • Posts: 13
Re: acces to files ok on android 4.4 no on android 12
« Reply #4 on: August 23, 2022, 11:42:42 am »
I have a new problem.
Can't access my smartphone files on android 12
no problem on android 4.4

example of instructions used

fradars:textfile;
assignfile(fradars,'/storage/emulated/0/Download/radars1');
 reset (fradars);
While not Eof(fradars) do
  readln(fradars,s);   
« Last Edit: August 25, 2022, 12:19:54 pm by microb »

 

TinyPortal © 2005-2018