Hello Everyone!
What is the best practice to get SDK number, considering permissions, library size, performance, etc.?
Reflector or Phone?
Sub SDKVersion As Int
Dim r As Reflector
Dim ver As Int
ver = r.GetStaticField("android.os.Build$VERSION", "SDK_INT")
Return ver
End Sub...
Hi, i want to use AddApplicationText in manisfest file only for some sdk version.
For exemple, enable DEVICE_ADMIN only for sdk version 23 or above.
Is there some "if" or another way to ckeck this?
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.