android:focusable="false"
<EditText android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/amount_edit_text" android:maxLength="15" android:minEms="15" android:inputType="numberDecimal" android:focusable="false" />
Automatic pop-up on app launch, automatic pop-up when EditText is put in focus, both? The solution really depends on the specific flow and use case you are trying to accomplish.
Here are a few resources I found when searching online. They may be of use, but I haven't tested these myself:
1 Person is following this question.