For Windows/Linux, you can go to File -> Settings -> Editor -> General -> Auto Import -> Java and make the following changes:
-
change
Insert imports on pastevalue toAll -
mark
Add unambigious imports on the flyoption as checked
On a Mac, do the same thing in Android Studio -> Preferences

After this, all unambiguous imports will be added automatically.