How to get alll information/properties about my own app, like package name, version code, version name, icon.
In VB.NET, usually i use this code :
In VB.NET, usually i use this code :
B4X:
Dim Name, Version As String
Name = Application.ProductName
Version = Application.ProductVersion