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
IRC channel
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
can't determine which ove...
by
ad1mt
[
Today
at 06:34:17 pm]
Inc operator overloading ...
by
Thaddy
[
Today
at 06:17:50 pm]
Program crashes on Window...
by
rvk
[
Today
at 05:34:17 pm]
Demo example. How work wi...
by
Renat.Su
[
Today
at 04:53:16 pm]
How to detect if an UTF8-...
by
Hartmut
[
Today
at 04:48:28 pm]
ANN: Native X.509, RSA an...
by
abouchez
[
Today
at 02:45:57 pm]
syncobjs.TEventObject cla...
by
AlexTP
[
Today
at 02:12:48 pm]
Problem with typing Shift...
by
Martin_fr
[
Today
at 01:58:18 pm]
RayLib 5.0
by
YiannisKam
[
Today
at 01:02:58 pm]
Feature announcement: Fun...
by
Zoran
[
Today
at 01:02:25 pm]
BGRA Controls
by
petevick
[
Today
at 12:08:48 pm]
Writing error when select...
by
Martin_fr
[
Today
at 11:49:41 am]
There is no iconv static ...
by
a8265348
[
Today
at 11:25:24 am]
Dynamical creation of obj...
by
maxerist
[
Today
at 11:17:54 am]
BGRABitmap - showcase -
by
circular
[
Today
at 11:09:24 am]
Stringgrid check only one...
by
Hansvb
[
Today
at 10:11:20 am]
BottomAxis Height
by
kapibara
[
Today
at 08:46:39 am]
AI cheetah
by
avra
[
Today
at 05:41:36 am]
LAMW 0.8.6.3
by
jmpessoa
[
Today
at 04:20:59 am]
SELECT - Criar sequencial...
by
CapitaoVirgulinoFerreira
[
Today
at 04:02:01 am]
Online Package Manager
by
dbannon
[
Today
at 12:43:21 am]
[Solved]Last page on Grid...
by
bobonwhidbey
[December 09, 2023, 11:58:42 pm]
likely/unlikely — will it...
by
furious programming
[December 09, 2023, 06:58:03 pm]
Fpcupdeluxe
by
fafafooey
[December 09, 2023, 06:22:39 pm]
Telegram bots API Wrapper
by
Renat.Su
[December 09, 2023, 05:18:43 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to find the version of Android in LAMW (Read 817 times)
maurobio
Hero Member
Posts: 616
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: 2268
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: 616
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: 1265
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