Settings: Modernize dev option insults

This commit is contained in:
Joey Huab
2025-02-11 02:27:01 +09:00
committed by Joey
parent 8612a9f05b
commit 63f5ca31b5

View File

@@ -73,6 +73,16 @@ public class BuildNumberPreferenceController extends BasePreferenceController im
private boolean mProcessingLastDevHit;
public final static java.lang.String[] insults = {
"Evolution X > your personality",
"IT'S CLOBBERING TIME!",
"Acknowledge me",
"You flash ROMs more than you shower",
"Maybe clean your room first?",
"Nice ROM, still no friends",
"Your phones stable—youre not",
"Dirty flash, dirty life",
"More updates, same boring you",
"8080",
"Hahaha, n00b!",
"What are you doing??",
"n00b alert!",
@@ -85,12 +95,11 @@ public class BuildNumberPreferenceController extends BasePreferenceController im
"Pro tip: Stop doing this",
"Perhaps this Android thing is not for you...",
"Don't you have anything better to do?",
"Looks like you're evolving... Just BACKWARDS!",
"You're evolving... Just BACKWARDS!",
"This won't make you look cooler to your friends",
"Go back to your stock ROM",
"FBI! OPEN UP!",
"Would you prefer iOS next time?",
"We should hack your device just for this",
};
public BuildNumberPreferenceController(Context context, String key) {