Class About
-
- All Implemented Interfaces:
public class About
A utility class to retrieve information about the SAP BTP SDK for Android, operating system, brand, model, and manufacturer. This information is helpful when reporting issues to SAP support.
-
-
Method Summary
Modifier and Type Method Description static String
getSdkVersion()
Get the version of SAP BTP SDK for Android. static String
getOsVersion()
Get the Android version for the current device. static String
getDeviceInfo()
Get brand, manufacturer, and model of the current device. -
-
Method Detail
-
getSdkVersion
@NonNull() static String getSdkVersion()
Get the version of SAP BTP SDK for Android.
- Returns:
A string containing the version of SAP BTP SDK for Android.
-
getOsVersion
@NonNull() static String getOsVersion()
Get the Android version for the current device.
- Returns:
A string containing the Android version for the current device.
-
getDeviceInfo
@NonNull() static String getDeviceInfo()
Get brand, manufacturer, and model of the current device.
- Returns:
A string containing brand, manufacturer, and model of the current device.
-
-
-
-