I'm currently in the making of an android application, with autocomplete from some fixed strings array.
When the user press on the auto complete text view, I want that a menu with "current location" option will be opened as default (before the user even started to type), but I'm not using Google Places (as the values of the auto-complete is from the array), so how can I do this? Thank you very much!