forked from organicmaps/organicmaps
Corrected mail message.
This commit is contained in:
parent
8d0c883553
commit
6ad67d26c6
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public class RateStoreDialogFragment extends DialogFragment implements View.OnCl
|
|||
}
|
||||
intent.setData(Utils.buildMailUri(Constants.Url.MAIL_MAPSME_RATING, "Rating : " + mRating,
|
||||
"OS : " + Build.VERSION.SDK_INT + "\n" + "Version : " + BuildConfig.APPLICATION_ID + " " + BuildConfig.VERSION_NAME + "\n" +
|
||||
getString(R.string.rating_user_since) + " " + DateUtils.formatDateTime(getActivity(), installTime, 0) + "\n\n"));
|
||||
getString(R.string.rating_user_since, DateUtils.formatDateTime(getActivity(), installTime, 0)) + "\n\n"));
|
||||
try
|
||||
{
|
||||
startActivity(intent);
|
||||
|
|
Loading…
Add table
Reference in a new issue