Skip to content

programmercert/Get-Android-OS-Information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Get-Android-OS-Information

Get Android OS Information with Unity. No Java required.

This is a C# port of the Android's Java Build.VERSION class

https://developer.android.com/reference/android/os/Build.VERSION.html

string BASE_OS = AndroidVersion.BASE_OS;
string CODENAME = AndroidVersion.CODENAME;
string INCREMENTAL = AndroidVersion.INCREMENTAL;
int PREVIEW_SDK_INT AndroidVersion.PREVIEW_SDK_INT;
string RELEASE = AndroidVersion.RELEASE;
string SDK = AndroidVersion.SDK;
int SDK_INT = AndroidVersion.SDK_INT;
string SECURITY_PATCH = AndroidVersion.SECURITY_PATCH;
string ALL_VERSION = AndroidVersion.ALL_VERSION;

About

Get Android OS Information with Unity. No java required

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages