Removes the entry for this variable in the current thread. If this call is followed by a ThreadLocal.Get before a ThreadLocal.set(T), #get() will call ThreadLocal.InitialValue and create a new entry with the resulting value.
[Android Documentation]