-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Showing
9 changed files
with
93 additions
and
41 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
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
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 |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
public class AppUtils { | ||
|
||
public static final String PP = "https://cdn.rawgit.com/sdex/docs/58d79c9/am_pp_2.html"; | ||
public static final String EMAIL = "[email protected]"; | ||
public static final String REPOSITORY = "https://github.com/sdex/ActivityManager"; | ||
public static final String ISSUES_TRACKER = REPOSITORY + "/issues"; | ||
|
||
public static void openLink(Context context, String url) { | ||
try { | ||
|
@@ -20,10 +21,6 @@ public static void openLink(Context context, String url) { | |
} | ||
} | ||
|
||
public static void sendFeedback(Context context) { | ||
sendEmail(context, EMAIL, "ActivityManager app feedback", ""); | ||
} | ||
|
||
public static void sendEmail(Context context, String address, String subject, String text) { | ||
Intent intent = new Intent(Intent.ACTION_SENDTO); | ||
intent.putExtra(Intent.EXTRA_SUBJECT, subject); | ||
|
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
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
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
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
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
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