comment out the Simple Contacts announcement
This commit is contained in:
parent
a8c4b93fb5
commit
aaec6926fd
1 changed files with 2 additions and 2 deletions
|
@ -103,10 +103,10 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
setupLatestMediaId()
|
setupLatestMediaId()
|
||||||
|
|
||||||
// notify the users about the Contacts app
|
// notify the users about the Contacts app
|
||||||
if (System.currentTimeMillis() < 1521015000000 && !config.wasNewAppShown && config.appRunCount > 100 && config.appRunCount % 50 != 0 && !isPackageInstalled(CONTACTS_PACKAGE)) {
|
/*if (System.currentTimeMillis() < 1521015000000 && !config.wasNewAppShown && config.appRunCount > 100 && config.appRunCount % 50 != 0 && !isPackageInstalled(CONTACTS_PACKAGE)) {
|
||||||
config.wasNewAppShown = true
|
config.wasNewAppShown = true
|
||||||
NewAppDialog(this, CONTACTS_PACKAGE, "Simple Contacts")
|
NewAppDialog(this, CONTACTS_PACKAGE, "Simple Contacts")
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onStart() {
|
override fun onStart() {
|
||||||
|
|
Loading…
Reference in a new issue