We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
putString()
1 parent 34e9419 commit 950abe1Copy full SHA for 950abe1
app/src/main/java/me/s1204/benesse/touch/test/Tester.java
@@ -71,7 +71,6 @@ public void onCreate(Bundle savedInstanceState) {
71
case CTX:
72
case CTZ:
73
for (int resId : NOFUNC_CTX) findViewById(resId).setEnabled(false);
74
- if (Build.MODEL.equals(CTX)) findViewById(R.id.btn_putString).setEnabled(false);
75
break;
76
default:
77
makeText("この端末はサポートされていません");
0 commit comments