What's the meaning of DISALLOW_FUN in Android's source code? -


from http://developer.android.com/reference/android/os/usermanager.html, can find weird string variable named disallow_fun, specifies if user not allowed have fun.

however, cannot understand means.

any explanation?

afaik, easter egg, along lines of gravity_death_star_i , many other similar jokes in sdk.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -