source: dispositivos_moviles/com.lamerman.FileDialog/src/com/lamerman/SelectionMode.java @ fd4a5b9

Last change on this file since fd4a5b9 was 7f76117, checked in by Antonio Araujo Brett <aaraujo@…>, 11 years ago

Agregados los archivos de la librería Android File Dialog a utilizar en el proyecto. mayor información en https://code.google.com/p/android-file-dialog/

  • Property mode set to 100644
File size: 137 bytes
Line 
1package com.lamerman;
2
3public class SelectionMode {
4        public static final int MODE_CREATE = 0;
5
6        public static final int MODE_OPEN = 1;
7}
Note: See TracBrowser for help on using the repository browser.