external/koush/Superuser
Révision | d5bba039c57bd508ec742f041f9d7c194a4e37be (tree) |
---|---|
l'heure | 2013-03-18 13:30:06 |
Auteur | Koushik Dutta <koushd@gmai...> |
Commiter | Koushik Dutta |
rev version;
Change-Id: Iec3d4d34b10e63e79a82afb41fd9653d6a8796a3
@@ -227,7 +227,7 @@ public class MainActivity extends BetterListActivity { | ||
227 | 227 | } |
228 | 228 | |
229 | 229 | // this is intentionally not localized as it will change constantly. |
230 | - private static final String WHATS_NEW = "Notifications can now be configured per app.\n\nThe Superuser theme can be configured in Settings."; | |
230 | + private static final String WHATS_NEW = "Added translations.\n\nFixes for x86."; | |
231 | 231 | protected void doWhatsNew() { |
232 | 232 | if (WHATS_NEW.equals(Settings.getString(this, "whats_new"))) |
233 | 233 | return; |
@@ -21,7 +21,6 @@ import android.app.PendingIntent; | ||
21 | 21 | import android.content.BroadcastReceiver; |
22 | 22 | import android.content.Context; |
23 | 23 | import android.content.Intent; |
24 | -import android.os.Handler; | |
25 | 24 | import android.support.v4.app.NotificationCompat; |
26 | 25 | import android.widget.Toast; |
27 | 26 |