Get Date of phone activation

14.4k Views Asked by At

I'm trying to get the date (in millis or Date or Calendar) of when the phone was activated. By activated I mean the first time it was turned on or the first turn on after it was formatted.

Is there any API to do that? Even an approximation would be sufficient.

1

There are 1 best solutions below

2
On

For what I've seen that is not possible to accomplish, although there is some tricks to help you achieve that, check this link https://android.stackexchange.com/a/59252 or this https://android.stackexchange.com/a/51154

Hope it helps :)