Skip to content

Project improvements : proposals from Android Studio

Created by: williamdes

I applied some of the propositions that Android Studio inspector found in Silence. I let you cherry-pick the commits that you want.

For me the more usefull commits are :

  • "SDK_INT is never <9 because minSdkVersion 9"
  • "Removed unused import statements"
  • "[Manual] Missing supercall fix "

I will push more commits on this PR soon.

I hope @BLeQuerrec that you will accept some of the proposals from Android Studio. Let me know what you think about all that.

Merge request reports