What is the DISALLOW_FUN value in Android source code?

From http://developer.android.com/reference/android/os/UserManager.html we can find a strange string variable called DISALLOW_FUN, which indicates whether the user is allowed to have fun.

However, I cannot understand what this means.

Any explanation?

+7
android android-source
source share
2 answers

AFAIK, this is an Easter egg , along the line GRAVITY_DEATH_STAR_I and many other similar jokes in the SDK .

+6
source share

This is an attempt to make Android compatible with Windows Phone users.

+11
source share

All Articles