程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> android-Android下如何正確使用UserManager.isUserAGoat()?

android-Android下如何正確使用UserManager.isUserAGoat()?

編輯:編程綜合問答
Android下如何正確使用UserManager.isUserAGoat()?

我在看android4.2新API說明的時候,看到了 UserManager類,其中有一個isUserAGoat ()方法:

public boolean isUserAGoat ()

Used to determine whether the user making this call is subject to teleportations.

Returns whether the user making this call is a goat.

請問這個isUserAGoat ()方法是怎麼用的?

最佳回答:


應該是未來要用的某個特殊方法,目前全部都是返回false的。

   /**
    * Used to determine whether the user making this call is subject to
    * teleportations.
    * @return whether the user making this call is a goat 
    */
   public boolean isUserAGoat() {
       return false;
   }
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved