LloydFinch

Results 3 issues of LloydFinch

the follow kotlin code ``` abstract class A { abstract val hello: String init { println(hello) } } class B : A() { override val hello: String = "hello" }...

1 fix log file dir, rm /data/ prefix 2 fix notification not display, use NotificationCompat 3 migrate to AndroidX

How Can I set Headers, such as Token。eg: `Socket.Options.SetRequestHeader("token", "thisismytoken");`