Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

From http://developer.android.com/reference/android/os/UserManager.html, we can find a weird string variable named DISALLOW_FUN, which Specifies if the user is not allowed to have fun.

However, I cannot understand what it means.

Any explanation?

like image 249
xmllmx Avatar asked Oct 22 '15 13:10

xmllmx


Video Answer


2 Answers

It's an attempt to make Android compatible with Windows Phone users.

like image 74
JstnPwll Avatar answered Sep 28 '22 05:09

JstnPwll


AFAIK, it is an Easter egg, along the lines of GRAVITY_DEATH_STAR_I and many other similar jokes in the SDK.

like image 33
CommonsWare Avatar answered Sep 28 '22 03:09

CommonsWare