summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-03-25 18:32:38 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-03-25 18:32:38 +0000
commit55e90eb792ef64539d7610a369af054802f9eff5 (patch)
treeb6bc8cb123ee1441364e62418d4a2270cd003dab
parentc8766552d7af6d29445f8224df989d4ffa3b1aed (diff)
downloadandroid_packages_apps_SamsungServiceMode-55e90eb792ef64539d7610a369af054802f9eff5.tar.gz
android_packages_apps_SamsungServiceMode-55e90eb792ef64539d7610a369af054802f9eff5.tar.bz2
android_packages_apps_SamsungServiceMode-55e90eb792ef64539d7610a369af054802f9eff5.zip
SamsungServiceMode: higher number of lines to support jellybean radios
Change-Id: I9087a75e95d23206878f21dc8281192c95b980a3
-rw-r--r--src/com/cyanogenmod/samsungservicemode/SamsungServiceModeActivity.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/cyanogenmod/samsungservicemode/SamsungServiceModeActivity.java b/src/com/cyanogenmod/samsungservicemode/SamsungServiceModeActivity.java
index a882796..f760ed0 100644
--- a/src/com/cyanogenmod/samsungservicemode/SamsungServiceModeActivity.java
+++ b/src/com/cyanogenmod/samsungservicemode/SamsungServiceModeActivity.java
@@ -35,7 +35,7 @@ public class SamsungServiceModeActivity extends Activity implements AdapterView.
private static final int DIALOG_INPUT = 0;
private static final int CHARS_PER_LINE = 34;
- private static final int LINES = 11;
+ private static final int LINES = 16; // 11 on gb and ics, 16 on jb
private ListView mListView;
private EditText mInputText;
@@ -338,4 +338,4 @@ public class SamsungServiceModeActivity extends Activity implements AdapterView.
mPhone.invokeOemRilRequestRaw(data, msg);
}
-} \ No newline at end of file
+}