Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilFurkanOkcun authored Jan 3, 2020
1 parent 73bfa10 commit b2f9caa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ dependencies {
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <!--For compression-->
```
**3. Add `UwMediaPickerActivity` into your AndroidManifest.xml**
```xml
<activity
android:name="com.anilokcun.uwmediapicker.ui.activity.UwMediaPickerActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.NoActionBar" />
```

## Usage
*Make sure you have `READ_EXTERNAL_STORAGE` and `WRITE_EXTERNAL_STORAGE`(For compression) permission before use.*
Expand Down

0 comments on commit b2f9caa

Please sign in to comment.