Other GitHub apps

pull/162/head
M66B 6 years ago
parent 4749dace7f
commit add90b7c5b

@ -814,7 +814,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
private Intent getIntentOtherApps() { private Intent getIntentOtherApps() {
Intent intent = new Intent(Intent.ACTION_VIEW); Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse(Helper.isPlayStoreInstall() intent.setData(Uri.parse(Helper.isPlayStoreInstall()
? Helper.PLAY_APPS_URI : Helper.XDA_APPS_URI)); ? Helper.PLAY_APPS_URI : Helper.GITHUB_APPS_URI));
return intent; return intent;
} }

@ -118,7 +118,7 @@ public class Helper {
static final String SUPPORT_URI = "https://contact.faircode.eu/?product=fairemailsupport"; static final String SUPPORT_URI = "https://contact.faircode.eu/?product=fairemailsupport";
static final String PGP_URI = "https://f-droid.org/en/packages/org.sufficientlysecure.keychain/"; static final String PGP_URI = "https://f-droid.org/en/packages/org.sufficientlysecure.keychain/";
static final String PLAY_APPS_URI = "https://play.google.com/store/apps/dev?id=8420080860664580239"; static final String PLAY_APPS_URI = "https://play.google.com/store/apps/dev?id=8420080860664580239";
static final String XDA_APPS_URI = "https://forum.xda-developers.com/search.php?do=finduser&u=2799345&starteronly=1"; static final String GITHUB_APPS_URI = "https://github.com/M66B?tab=repositories";
static ThreadFactory backgroundThreadFactory = new ThreadFactory() { static ThreadFactory backgroundThreadFactory = new ThreadFactory() {
private final AtomicInteger threadId = new AtomicInteger(); private final AtomicInteger threadId = new AtomicInteger();

Loading…
Cancel
Save