允 許一個(gè)程序修改列表參數(shù)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
允許程序當(dāng)前運(yùn)行程序強(qiáng)行到前臺(tái)(Allows an application to force any currently running process to be in the foreground.)
android.permission.SET_PROCESS_LIMIT
允許設(shè)置最大的運(yùn)行進(jìn)程數(shù)量(Allows an application to set the maximum number of (not needed) application processes that can be running. )
android.permission.SET_TIME_ZONE
允許程序設(shè)置時(shí)間區(qū)域(Allows applications to set the system time zone)
android.permission.SET_WALLPAPER
允許程序設(shè)置壁紙(Allows applications to set the wallpaper )
android.permission.SET_WALLPAPER_HINTS
允許程序設(shè)置壁紙hits(Allows applications to set the wallpaper hints)
android.permission.SIGNAL_PERSISTENT_PROCESSES
允許程序請求發(fā)送信號到所有顯示的進(jìn)程中(Allow an application to request that a signal be sent to all persistent processes)
android.permission.STATUS_BAR
允許程序打開、關(guān)閉或禁用狀態(tài)欄及圖標(biāo)Allows an application to open, close, or disable the status bar and its icons.
android.permission.SUBSCRIBED_FEEDS_READ
允許一個(gè)程序訪問訂閱RSS Feed內(nèi)容提供(Allows an application to allow access the subscribed feeds ContentProvider. )
android.permission.SUBSCRIBED_FEEDS_WRITE
系統(tǒng)暫時(shí)保留改設(shè)置,android開發(fā)網(wǎng)認(rèn)為未來版本會(huì)加入該功能。
android.permission.SYSTEM_ALERT_WINDOW
允許一個(gè)程序打開窗口使用 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
允許訪問振動(dòng)設(shè)備(Allows access to the vibrator)
android.permission.WAKE_LOCK
允許使用PowerManager的 WakeLocks保持進(jìn)程在休眠時(shí)從屏幕消失( Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming)
android.permission.WRITE_APN_SETTINGS
允許程序?qū)懭階PI設(shè)置(Allows applications to write the apn settings)
android.permission.WRITE_CALENDAR
允許一個(gè)程序?qū)懭氲蛔x取用戶日歷數(shù)據(jù)(Allows an application to write (but not read) the user’s calendar data. )
android.permission.WRITE_CONTACTS
允許程序?qū)懭氲蛔x取用戶聯(lián)系人數(shù)據(jù)(Allows an application to write (but not read) the user’s contacts data. )
android.permission.WRITE_GSERVICES
允許程序修改Google服務(wù)地圖(Allows an application to modify the Google service map. )
android.permission.WRITE_OWNER_DATA
允許一個(gè)程序?qū)懭氲蛔x取所有者數(shù)據(jù)(Allows an application to write (but not read) the owner’s data.)
android.permission.WRITE_SETTINGS
允許程序讀取或?qū)懭胂到y(tǒng)設(shè)置(Allows an application to read or write the system settings. )
android.permission.WRITE_SMS
允許程序?qū)懚绦?Allows an application to write SMS messages)
android.permission.WRITE_SYNC_SETTINGS
允許程序?qū)懭胪皆O(shè)置(Allows applications to write the sync settings)
評論
查看更多