允 許一個程序修改列表參數PackageManager.addPackageToPreferred() 和PackageManager.removePackageFromPreferred()方法(Allows an application to modify the list of preferred applications with the PackageManager.addPackageToPreferred() and PackageManager.removePackageFromPreferred() methods.)
android.permission.SET_PROCESS_FOREGROUND
允許程序當前運行程序強行到前臺(Allows an application to force any currently running process to be in the foreground.)
android.permission.SET_PROCESS_LIMIT
允許設置最大的運行進程數量(Allows an application to set the maximum number of (not needed) application processes that can be running. )
android.permission.SET_TIME_ZONE
允許程序設置時間區域(Allows applications to set the system time zone)
android.permission.SET_WALLPAPER
允許程序設置壁紙(Allows applications to set the wallpaper )
android.permission.SET_WALLPAPER_HINTS
允許程序設置壁紙hits(Allows applications to set the wallpaper hints)
android.permission.SIGNAL_PERSISTENT_PROCESSES
允許程序請求發送信號到所有顯示的進程中(Allow an application to request that a signal be sent to all persistent processes)
android.permission.STATUS_BAR
允許程序打開、關閉或禁用狀態欄及圖標Allows an application to open, close, or disable the status bar and its icons.
android.permission.SUBSCRIBED_FEEDS_READ
允許一個程序訪問訂閱RSS Feed內容提供(Allows an application to allow access the subscribed feeds ContentProvider. )
android.permission.SUBSCRIBED_FEEDS_WRITE
系統暫時保留改設置,android開發網認為未來版本會加入該功能。
android.permission.SYSTEM_ALERT_WINDOW
允許一個程序打開窗口使用 TYPE_SYSTEM_ALERT,顯示在其他所有程序的頂層(Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications. )
android.permission.VIBRATE
允許訪問振動設備(Allows access to the vibrator)
android.permission.WAKE_LOCK
允許使用PowerManager的 WakeLocks保持進程在休眠時從屏幕消失( Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming)
android.permission.WRITE_APN_SETTINGS
允許程序寫入API設置(Allows applications to write the apn settings)
android.permission.WRITE_CALENDAR
允許一個程序寫入但不讀取用戶日歷數據(Allows an application to write (but not read) the user’s calendar data. )
android.permission.WRITE_CONTACTS
允許程序寫入但不讀取用戶聯系人數據(Allows an application to write (but not read) the user’s contacts data. )
android.permission.WRITE_GSERVICES
允許程序修改Google服務地圖(Allows an application to modify the Google service map. )
android.permission.WRITE_OWNER_DATA
允許一個程序寫入但不讀取所有者數據(Allows an application to write (but not read) the owner’s data.)
android.permission.WRITE_SETTINGS
允許程序讀取或寫入系統設置(Allows an application to read or write the system settings. )
android.permission.WRITE_SMS
允許程序寫短信(Allows an application to write SMS messages)
android.permission.WRITE_SYNC_SETTINGS
允許程序寫入同步設置(Allows applications to write the sync settings)
評論