mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-14 13:35:04 -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
|
||||
*/
|
||||
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')
|
||||
|
Loading…
Reference in New Issue
Block a user