mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-11 12:40:22 -05:00
Stop using the old Android Market URL
This commit is contained in:
parent
a40e7d80c1
commit
c1ab586ecc
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user