Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nazmul-nasir
nazmul-nasir / AndroidManifest.xml
Created June 11, 2020 10:04 — forked from ArthurHub/AndroidManifest.xml
Android Crop Camera Image
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.example.arthu.testandroidcropper"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"