Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nspo committed Mar 21, 2013
2 parents 64eae02 + 02778b9 commit b2b2063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ RateMeMaybe
===========
- Asks the user if (s)he wants to open the Play Store to rate your application when certain requirements are met (see below). This can and should be configured to be very cautious. **Don't annoy your users!**
- Dialog icon, title, message and so on can be **easily customized**
- Code uses SherlockDialogFragment and SherlockFragmentActivity (from [ActionBarSherlock]) to be compatible with devices that have a very old Android version. If you don't need to support those, you can easily change the code to use normal FragmentActivity and DialogFragment.
- The sample Activity uses SherlockFragmentActivity (from [ActionBarSherlock]), but you can use a normal FragmentActivity if you do not use ABS. If you also do not use the android support library, you can change ```mActivity.getSupportFragmentManager()``` to ```mActivity.getFragmentManager()```
- Code is heavily based on [AppRate] by Timothee Jeannin
- License: MIT
[ActionBarSherlock]: http://actionbarsherlock.com
Expand Down

0 comments on commit b2b2063

Please sign in to comment.