• properties"表在checkin數據

    0
    Android MySQL IDE 數據庫 C/C++ 9045 次瀏覽
    android.permission.ACCESS_CHECKIN_PROPERTIES 
    Allows read/write access to the "properties" table in the checkin database, to change values that get uploaded 
    允許讀寫訪問 "properties"表在checkin數據庫中,改值可以修改上傳 
     
    android.permission.ACCESS_COARSE_LOCATION 
    Allows an application to access coarse (e.g., Cell-ID, WiFi) location 
    允許一個程序訪問CellID或WiFi熱點來獲取粗略的位置 
     
    android.permission.ACCESS_FINE_LOCATION 
    Allows an application to access fine (e.g., GPS) location 
    允許一個程序訪問精良位置(如GPS) 
     
    android.permission.ACCESS_LOCATION_EXTRA_COMMANDS 
    Allows an application to acces*tra location provider commands 
    允許應用程序訪問額外的位置提供命令 
     
    android.permission.ACCESS_MOCK_LOCATION 
    Allows an application to create mock location providers for testing 
    允許程序創建模擬位置提供用于測試 
     
    android.permission.ACCESS_NETWORK_STATE 
    Allows applications to access information about networks 
    允許程序訪問有關GSM網絡信息  
     
    android.permission.ACCESS_SURFACE_FLINGER 
    Allows an application to use SurfaceFlinger's low level features 
    允許程序使用SurfaceFlinger底層特性 
     
    android.permission.ACCESS_WIFI_STATE 
    Allows applications to access information about Wi-Fi networks 
    允許程序訪問Wi-Fi網絡狀態信息 
     
    android.permission.ADD_SYSTEM_SERVICE 
    Allows an application to publish system-level services 
    允許程序發布系統級服務 
     
    android.permission.BATTERY_STATS 
    Allows an application to update the collected battery statistics 
    允許程序更新手機電池統計信息 
    android.permission.BLUETOOTH 
    Allows applications to connect to paired bluetooth devices 
    允許程序連接到已配對的藍牙設備 
     
    android.permission.BLUETOOTH_ADMIN  
    Allows applications to discover and pair bluetooth devices 
    允許程序發現和配對藍牙設備 
     
    android.permission.BRICK 
    Required to be able to disable the device (very dangerous!) 
    請求能夠禁用設備(非常危險) 
     
    android.permission.BROADCAST_PACKAGE_REMOVED  
    Allows an application to broadcast a notification that an application package has been removed 
    允許程序廣播一個提示消息在一個應用程序包已經移除后 
     
    android.permission.BROADCAST_STICKY 
    Allows an application to broadcast sticky intents 
    允許一個程序廣播常用intents 

    相似問題

    相關經驗

    相關資訊

    相關文檔

  • sesese色