cmsdk: Fix toast in CMHardwareTest.

Change-Id: Ia565607b9b43ad57923c07830a3373c73060ea5d
This commit is contained in:
Adnan Begovic 2015-09-01 14:59:21 -07:00
parent c0c27a6f94
commit 88bc9965e9
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class CMHardwareTest extends TestActivity {
if (mHardwareManager.isSupported(CMHardwareManager.FEATURE_DISPLAY_MODES)) {
return true;
} else {
Toast.makeText(CMHardwareTest.this, "Serial number not supported",
Toast.makeText(CMHardwareTest.this, "Display modes not supported",
Toast.LENGTH_SHORT).show();
return false;
}