nativescript-telegram-image-picker
Version:
NativeScript plugin using the TelegramGallery Image Picker library for a customized image picker.
10 lines (9 loc) • 419 B
text/xml
<manifest
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application>
<activity android:name="com.tangxiaolv.telegramgallery.GalleryActivity" />
</application>
</manifest>