blob: e0cc0c9152845362da3b4e950b3842393b2db1f6 [file] [log] [blame]
fun main(args:Array<String>) {
val old = pref.getString("", "")
pref.edit().putString("", "").apply()
<selection>LocalBroadcastManager.getInstance(this)</selection>.sendBroadcast(Intent(""))
}