J
jonny
hi all,
I need to find out whether an install was an upgrade or a
clean install. Is this possible?
e.g user has 4.2 they upgrade to 4.3
bool upgrade = true
or user installs new 4.3
bool upgrade = false
I need to find out whether an install was an upgrade or a
clean install. Is this possible?
e.g user has 4.2 they upgrade to 4.3
bool upgrade = true
or user installs new 4.3
bool upgrade = false