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
How to "create" a TFont a...
by
Hartmut
[
Today
at 10:23:01 am]
Diferences in Generics in...
by
marcov
[
Today
at 10:12:34 am]
Does anybody have example...
by
pascalbythree
[
Today
at 10:05:16 am]
Lazarus IDE Windows "stuc...
by
nouzi
[
Today
at 09:39:11 am]
Sleep forever
by
MarkMLl
[
Today
at 09:29:07 am]
Huge problem with open fi...
by
dseligo
[
Today
at 09:13:25 am]
Store string in flash mem...
by
MarkMLl
[
Today
at 09:12:41 am]
Projects written in old F...
by
cdbc
[
Today
at 07:50:38 am]
LAMW: Print to network pr...
by
loaded
[
Today
at 07:15:30 am]
Lazarus Release Candidate...
by
dbannon
[
Today
at 06:20:12 am]
Why cannot this be inline...
by
Martin_fr
[
Today
at 02:10:55 am]
Does using TTimer creates...
by
Remy Lebeau
[
Today
at 02:06:10 am]
Android Auto app with LAM...
by
dsiders
[November 27, 2023, 11:32:10 pm]
Adding an icon to the exe...
by
hukka
[November 27, 2023, 09:06:26 pm]
Copy file with progress b...
by
Diverod
[November 27, 2023, 07:33:57 pm]
CopyToClipboard not worki...
by
dvhx
[November 27, 2023, 06:22:57 pm]
Dump list to tree view
by
d7_2_laz
[November 27, 2023, 06:02:14 pm]
Can we use custom drawn L...
by
bobby100
[November 27, 2023, 05:07:37 pm]
Windows low-level APIs an...
by
ArminLinder
[November 27, 2023, 04:32:19 pm]
Conscious Artificial Inte...
by
Dzandaa
[November 27, 2023, 03:50:13 pm]
How to override the capti...
by
wp
[November 27, 2023, 03:38:48 pm]
BGRABitmap - showcase -
by
Mongkey
[November 27, 2023, 11:20:36 am]
New version of BGRABitmap
by
nouzi
[November 27, 2023, 11:05:52 am]
Vectorcall and records
by
Madoc
[November 27, 2023, 10:04:19 am]
More TrayIcon Issues
by
dbannon
[November 27, 2023, 01:55:25 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to find the version of Android in LAMW (Read 804 times)
maurobio
Hero Member
Posts: 611
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: 2261
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: 611
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: 1262
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