Android源代码中的DISALLOW_FUN是什么意思?
What's the meaning of DISALLOW_FUN in Android's source code?
从http://developer.android.com/reference/android/os/UserManager.html中我们可以发现一个奇怪的字符串变量DISALLOW_FUN,它指定是否允许用户玩得开心。
但是我看不懂是什么意思
有什么解释吗?
据我所知,这是一个 Easter egg, along the lines of GRAVITY_DEATH_STAR_I
and many other similar jokes in the SDK。
试图让 Android 与 Windows Phone 用户兼容。
从http://developer.android.com/reference/android/os/UserManager.html中我们可以发现一个奇怪的字符串变量DISALLOW_FUN,它指定是否允许用户玩得开心。
但是我看不懂是什么意思
有什么解释吗?
据我所知,这是一个 Easter egg, along the lines of GRAVITY_DEATH_STAR_I
and many other similar jokes in the SDK。
试图让 Android 与 Windows Phone 用户兼容。