Class FileSelectorActivity.Open

  • Enclosing class:
    FileSelectorActivity


    public static class FileSelectorActivity.Open
    extends FileSelectorActivity
    A FileSelectorActivity for opening a file. A long click on an item will open a confirmation dialog to open the file. If the user confirms, the activity will finish and set a result intent with the Uri of the opened file.
    • Constructor Detail

      • Open

        public Open()
    • Method Detail

      • onItemLongClick

        public boolean onItemLongClick(<any> av,
                                       View v,
                                       int position,
                                       long id)
        Displays a confirmation dialog to open the file
        Specified by:
        onItemLongClick in class FileSelectorActivity