Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyedrizwan authored Nov 6, 2019
1 parent c6f299a commit 3b50a68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ A cache and App data cleaner for Android.
<h4> How you can use PlayCache in your Android app </h4>


<h4> For Cleaning app cache </h4>


<h6> Add This permission in your AndroidManifest.xml </h6>

<uses-permission android:name="android.permission.CLEAR_APP_CACHE"
Expand All @@ -41,6 +44,8 @@ A cache and App data cleaner for Android.
PlayCache.cleanCachewithMessage(context, "Cleared cache"); //if message empty if want to get defualt message

<h4> For Cleaning app data </h4>


<h6> Add This permission in your AndroidManifest.xml </h6>

Expand Down

0 comments on commit 3b50a68

Please sign in to comment.