1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-11 04:30:23 -05:00

Stop using the old Android Market URL

This commit is contained in:
cketti 2013-07-16 16:24:51 +02:00 committed by Jesse Vincent
parent a40e7d80c1
commit c1ab586ecc

View File

@ -101,7 +101,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener {
/** /**
* URL used to open Android Market application * URL used to open Android Market application
*/ */
private static final String ANDROID_MARKET_URL = "https://market.android.com/search?q=oi+file+manager&c=apps"; private static final String ANDROID_MARKET_URL = "https://play.google.com/store/apps/details?id=org.openintents.filemanager";
/** /**
* Number of special accounts ('Unified Inbox' and 'All Messages') * Number of special accounts ('Unified Inbox' and 'All Messages')