Android input connection error

Such problems occur when the input connection in the previous page(or class) has not been closed. Check whether you’ve closed the input connection in the previous class
(by giving connection.close()).

Leave a Comment