3.4版本中,model\Native\templates\advanced\platforms\android\JustepGetContent\src\main\res\layout\file_upload_chooser.xml
自己进去改吧,把不要的button隐藏掉。不要直接删除,会异常

比如不需要录音(主要配置:android:visibility="gone"

</blockquote>
<blockquote><Button
android:id="@+id/btn_record_audio"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
android:text="录音"
android:textColor="@color/blue_text"
android:visibility="gone" /></blockquote>
<blockquote>

3.5版本设置attachmentSimple组件的accept 属性,选择枚举出的选项就可以了!