Hi can anyone one suggest me a primary key(type:long) implementation which is for each installed android application. This will help me much. Checked below link. But it will return type string. Identifying-app-installations
Thanks in advance.
Hi can anyone one suggest me a primary key(type:long) implementation which is for each installed android application. This will help me much. Checked below link. But it will return type string. Identifying-app-installations
Thanks in advance.
long
is a 64-bit type, but there are more than 264 possible application IDs. This is not possible.
Just use the string as primary key.