-
public class InstallationCreates a file storing a UUID on the first application start. This UUID can then be used as a identifier of this specific application installation.
This was taken from [ the
android developers blog.](http://android-developers.blogspot.com/2011/03/identifying-app-installations.html)
-
-
Field Summary
Fields Modifier and Type Field Description public final static InstallationINSTANCE
-
Method Summary
-
-
Method Detail
-
id
@Synchronized() final static String id(Context context)
-
-
-
-