mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 02:37:11 -07:00
Skip OS for now version to avoid scaring people :)
This commit is contained in:
parent
6ef9141109
commit
4a9b0feefc
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ public final class EmailUtil {
|
|||
String deviceInfo = "";
|
||||
deviceInfo += "\n App version: " + config.version;
|
||||
deviceInfo += "\n Android version: " + Build.VERSION.RELEASE + " (" + android.os.Build.VERSION.SDK_INT + ")";
|
||||
deviceInfo += "\n OS version: " + System.getProperty("os.version") + " (" + android.os.Build.VERSION.INCREMENTAL + ")";
|
||||
deviceInfo += "\n Device: " + android.os.Build.MODEL + " (" + android.os.Build.PRODUCT + ")";
|
||||
deviceInfo += "\n Platform: " + platformName(config.buildType);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue