OSDN Git Service

update WHATS_NEW
authorKoushik Dutta <koushd@gmail.com>
Mon, 12 Aug 2013 01:43:47 +0000 (18:43 -0700)
committerKoushik Dutta <koushd@gmail.com>
Mon, 12 Aug 2013 01:43:47 +0000 (18:43 -0700)
Change-Id: I3c3a6fe5d4e24e9688874605e31284bf3a5ccd59

Superuser/src/com/koushikdutta/superuser/MainActivity.java

index c6b8114..bca0117 100644 (file)
@@ -245,7 +245,7 @@ public class MainActivity extends BetterListActivity {
     }
     
     // this is intentionally not localized as it will change constantly.
-    private static final String WHATS_NEW = "Recovery installation fixes for some devices.";
+    private static final String WHATS_NEW = "Added support for Android 4.3.";
     protected void doWhatsNew() {
         if (WHATS_NEW.equals(Settings.getString(this, "whats_new")))
             return;