Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Android
»
How to find the version of Android in LAMW
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Problem with Hints
by
lainz
[
Today
at 07:51:56 pm]
Secondary Installation fo...
by
Warfley
[
Today
at 07:24:49 pm]
Error when attempting to ...
by
Warfley
[
Today
at 07:07:26 pm]
Developing a Kernel Modul...
by
MarkMLl
[
Today
at 03:53:56 pm]
ZDataset.Locate + loParti...
by
tintinux
[
Today
at 03:19:10 pm]
The Form cannot be resize...
by
daxnet
[
Today
at 02:51:42 pm]
AVRPascal – free code edi...
by
Dzandaa
[
Today
at 02:50:47 pm]
Api/component pack for Ra...
by
MarkMLl
[
Today
at 02:15:57 pm]
kernel 6.8 and checking s...
by
MarkMLl
[
Today
at 02:13:41 pm]
storing string
by
Thaddy
[
Today
at 09:38:41 am]
Random SnowFlakes:
by
zamtmn
[
Today
at 09:23:12 am]
OverLapping Snowflake Fra...
by
Boleeman
[
Today
at 09:04:01 am]
[SOLVED] StringGrid color...
by
Vodnik
[
Today
at 08:26:44 am]
YM Player
by
TRon
[
Today
at 02:32:16 am]
How single procedure ends...
by
Marion
[
Today
at 01:57:43 am]
Python4Lazarus Undefined ...
by
Grew
[
Today
at 01:57:41 am]
ct2laz - convertor betwee...
by
Sharfik
[
Today
at 01:26:03 am]
Amigo programming languag...
by
maurog
[December 02, 2024, 11:19:44 pm]
[SOLVED] How to document ...
by
korba812
[December 02, 2024, 10:49:39 pm]
How do you know wich vers...
by
Warfley
[December 02, 2024, 08:32:11 pm]
Unable to find file "date...
by
Cumberland
[December 02, 2024, 08:27:29 pm]
Common File Dialogs Have ...
by
rvk
[December 02, 2024, 07:33:14 pm]
LazMapView - adding a sca...
by
alpine
[December 02, 2024, 05:26:28 pm]
[SOLVED] Howto use a DEFI...
by
tintinux
[December 02, 2024, 04:55:13 pm]
Strange memory allocation...
by
MathMan
[December 02, 2024, 03:40:40 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to find the version of Android in LAMW (Read 1051 times)
maurobio
Hero Member
Posts: 623
Ecology is everything.
How to find the version of Android in LAMW
«
on:
June 13, 2023, 11:32:29 pm »
Dear ALL,
How can I find programmatically the version of Android running a LAMW app in the device?
Thanks in advance for any assistance you can provide.
With best regards,
Logged
UCSD Pascal / Burroughs 6700 / Master Control Program
Delphi 7.0 Personal Edition
Lazarus 2.0.12 - FPC 3.2.0 on GNU/Linux Mint 19.1, Lubuntu 18.04, Windows XP SP3, Windows 7 Professional, Windows 10 Home
jmpessoa
Hero Member
Posts: 2317
Re: How to find the version of Android in LAMW
«
Reply #1 on:
June 14, 2023, 10:47:24 pm »
Code: Pascal
[Select]
[+]
[-]
ShowMessage
(
IntToStr
(
gApp
.
getAPILevel
)
)
;
Logged
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard
maurobio
Hero Member
Posts: 623
Ecology is everything.
Re: How to find the version of Android in LAMW
«
Reply #2 on:
June 14, 2023, 11:33:48 pm »
)Hi, @jmpessoa!
Quote
ShowMessage(IntToStr(gApp.getAPILevel));
This gives the
API Level
(eg. 25, 29, etc.), what I am looking for is the
Android version
(eg., 5.1, 10, etc.)
Best regards,
Logged
UCSD Pascal / Burroughs 6700 / Master Control Program
Delphi 7.0 Personal Edition
Lazarus 2.0.12 - FPC 3.2.0 on GNU/Linux Mint 19.1, Lubuntu 18.04, Windows XP SP3, Windows 7 Professional, Windows 10 Home
af0815
Hero Member
Posts: 1378
Re: How to find the version of Android in LAMW
«
Reply #3 on:
June 15, 2023, 07:57:02 am »
There are some pages where the API level ist shown with the Android version
https://apilevels.com/
https://developer.android.com/tools/releases/platforms
A Android Version can have some API Levels. The naming of the Android version is sometime 'interesting'. Sometime dotted (eg. 8.0, 8.1) and sometime with extension chars (eg 12, 12L) :-) Looks very consistent (SCNR).
As far as i know, you have to make a table by yourself for this conversion.
«
Last Edit: June 15, 2023, 08:02:39 am by af0815
»
Logged
regards
Andreas
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Android
»
How to find the version of Android in LAMW
TinyPortal
© 2005-2018