-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5852384
commit 3d537a9
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,7 +142,7 @@ public boolean onOptionsItemSelected(MenuItem item) { | |
if (id == R.id.contact) { | ||
Intent intent = new Intent(Intent.ACTION_SENDTO); | ||
String uriText = "mailto:" + | ||
Uri.encode("[email protected],[email protected],[email protected],[email protected],") | ||
Uri.encode("[email protected],[email protected],[email protected],[email protected]") | ||
+"?subject=" + Uri.encode("Feedback / Reporting a Bug") + "&body=" + | ||
Uri.encode("Hello developers, \nI want to report a bug/give feedback corresponding to this app. \n\n.....\n\n-Your name"); | ||
|
||
|
@@ -156,7 +156,7 @@ public boolean onOptionsItemSelected(MenuItem item) { | |
builder.setTitle(String.format("%1$s", getString(R.string.app_name))); | ||
builder.setMessage(getResources().getText(R.string.aboutus)); | ||
builder.setPositiveButton("OK", null); | ||
builder.setIcon(R.drawable.app_logo); | ||
builder.setIcon(R.drawable.app_logo_opt); | ||
AlertDialog welcomeAlert = builder.create(); | ||
welcomeAlert.show(); | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.