All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.android.src.main.java.FileChooserNativeImpl Maven / Gradle / Ivy

There is a newer version: 7.0.156
Show newest version
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package ${package};

public class FileChooserNativeImpl {
    public boolean isSupported() {
        return true;
    }
    
    public boolean showNativeChooser(String accept, boolean multi) {
        return false;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy