android廣播集合,intent,action

weixin_34402090發表於2014-06-23
android.permission.ACCESS_CHECKIN_PROPERTIES 同意讀寫訪問"properties"表在checkin資料庫中,改值能夠改動上傳( Allows read/write access to the "properties" table in the checkin database, to change values that get uploaded)


  android.permission.ACCESS_COARSE_LOCATION 同意一個程式訪問CellID或WiFi熱點來獲取粗略的位置(Allows an application to access coarse (e.g., Cell-ID, WiFi) location)


  android.permission.ACCESS_FINE_LOCATION 同意一個程式訪問精良位置(如GPS) (Allows an application to access fine (e.g., GPS) location)


  android.permission.ACCESS_LOCATION_EXTRA_COMMANDS 同意應用程式訪問額外的位置提供命令(Allows an application to access extra location provider commands)


  android.permission.ACCESS_MOCK_LOCATION 同意程式建立模擬位置提供用於測試(Allows an application to create mock location providers for testing)


  android.permission.ACCESS_NETWORK_STATE 同意程式訪問有關GSM網路資訊(Allows applications to access information about networks)


  android.permission.ACCESS_SURFACE_FLINGER 同意程式使用SurfaceFlinger底層特性(Allows an application to use SurfaceFlinger's low level features)


  android.permission.ACCESS_WIFI_STATE 同意程式訪問Wi-Fi網路狀態資訊(Allows applications to access information about Wi-Fi networks)


  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 .同意一個程式廣播經常使用intents(Allows an application to broadcast sticky intents)


  android.permission.CALL_PHONE 同意一個程式初始化一個電話撥號不需通過撥號使用者介面須要使用者確認(Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.)


  android.permission.CALL_PRIVILEGED 同意一個程式撥打不論什麼號碼,包括緊急號碼無需通過撥號使用者介面須要使用者確認(Allows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user to confirm the call being placed)


  android.permission.CAMERA 請求訪問使用照相裝置(Required to be able to access the camera device. )


  android.permission.CHANGE_COMPONENT_ENABLED_STATE 同意一個程式是否改變一個元件或其它的啟用或禁用(Allows an application to change whether an application component (other than its own) is enabled or not. )


  android.permission.CHANGE_CONFIGURATION 同意一個程式改動當前設定,如本地化(Allows an application to modify the current configuration, such as locale. )


  android.permission.CHANGE_NETWORK_STATE 同意程式改變網路連線狀態(Allows applications to change network connectivity state)


  android.permission.CHANGE_WIFI_STATE 同意程式改變Wi-Fi連線狀態(Allows applications to change Wi-Fi connectivity state)


  android.permission.CLEAR_APP_CACHE 同意一個程式清楚快取從全部安裝的程式在裝置中(Allows an application to clear the caches of all installed applications on the device. )


  android.permission.CLEAR_APP_USER_DATA 同意一個程式清除使用者設定(Allows an application to clear user data)


  android.permission.CONTROL_LOCATION_UPDATES 同意啟用禁止位置更新提示從無線模組(Allows enabling/disabling location update notifications from the radio. )


  android.permission.DELETE_CACHE_FILES 同意程式刪除快取檔案(Allows an application to delete cache files)


  android.permission.DELETE_PACKAGES 同意一個程式刪除包(Allows an application to delete packages)


  android.permission.DEVICE_POWER 同意訪問底層電源管理(Allows low-level access to power management)


  android.permission.DIAGNOSTIC 同意程式RW診斷資源(Allows applications to RW to diagnostic resources. )


  android.permission.DISABLE_KEYGUARD 同意程式禁用鍵盤鎖(Allows applications to disable the keyguard )


  android.permission.DUMP 同意程式返回狀態抓取資訊從系統服務(Allows an application to retrieve state dump information from system services.)


  android.permission.EXPAND_STATUS_BAR 同意一個程式擴充套件收縮在狀態列,Android開發網提示應該是一個類似Windows Mobile中的托盤程式(Allows an application to expand or collapse the status bar. )


  android.permission.FACTORY_TEST 作為一個工廠測試程式,執行在root使用者(Run as a manufacturer test application, running as the root user. )


  android.permission.FLASHLIGHT 訪問閃光燈,Android開發網提示HTC Dream不包括閃光燈(Allows access to the flashlight )


  android.permission.FORCE_BACK 同意程式強行一個後退操作是否在頂層activities(Allows an application to force a BACK operation on whatever is the top activity. )


  android.permission.FOTA_UPDATE 臨時不瞭解這是做什麼使用的,Android開發網分析可能是一個預留許可權.


  android.permission.GET_ACCOUNTS 訪問一個帳戶列表在Accounts Service中(Allows access to the list of accounts in the Accounts Service)


  android.permission.GET_PACKAGE_SIZE 同意一個程式獲取不論什麼package佔用空間容量(Allows an application to find out the space used by any package. )


  android.permission.GET_TASKS 同意一個程式獲取資訊有關當前或近期執行的任務,一個縮略的任務狀態,是否活動等等(Allows an application to get information about the currently or recently running tasks: a thumbnail representation of the tasks, what activities are running in it, etc.)


  android.permission.HARDWARE_TEST 同意訪問硬體(Allows access to hardware peripherals. )


  android.permission.INJECT_EVENTS 同意一個程式截獲使用者事件如按鍵、觸控、軌跡球等等到一個時間流,Android開發網提醒算是hook技術吧(Allows an application to inject user events (keys, touch, trackball) into the event stream and deliver them to ANY window.)


  android.permission.INSTALL_PACKAGES 同意一個程式安裝packages(Allows an application to install packages. )


  android.permission.INTERNAL_SYSTEM_WINDOW 同意開啟窗體使用系統使用者介面(Allows an application to open windows that are for use by parts of the system user interface. )


  android.permission.INTERNET 同意程式開啟網路套接字(Allows applications to open network sockets)


  android.permission.MANAGE_APP_TOKENS 同意程式管理(建立、催後、z-order預設向z軸推移)程式引用在窗體管理器中(Allows an application to manage (create, destroy, Z-order) application tokens in the window manager. )


  android.permission.MASTER_CLEAR 眼下還沒有明白的解釋,Android開發網分析可能是清除一切資料,類似硬格機


  android.permission.MODIFY_AUDIO_SETTINGS 同意程式改動全域性音訊設定(Allows an application to modify global audio settings)


  android.permission.MODIFY_PHONE_STATE 同意改動話機狀態,如電源,人機介面等(Allows modification of the telephony state - power on, mmi, etc. )


  android.permission.MOUNT_UNMOUNT_FILESYSTEMS 同意掛載和反掛載檔案系統可移動儲存(Allows mounting and unmounting file systems for removable storage. )


  android.permission.PERSISTENT_ACTIVITY 同意一個程式設定他的activities顯示(Allow an application to make its activities persistent. )


  android.permission.PROCESS_OUTGOING_CALLS 同意程式監視、改動有關播出電話(Allows an application to monitor, modify, or abort outgoing calls)


  android.permission.READ_CALENDAR 同意程式讀取使用者日曆資料(Allows an application to read the user's calendar data.)


  android.permission.READ_CONTACTS 同意程式讀取使用者聯絡人資料(Allows an application to read the user's contacts data.)


  android.permission.READ_FRAME_BUFFER 同意程式螢幕波或和很多其它常規的訪問幀緩衝資料(Allows an application to take screen shots and more generally get access to the frame buffer data)


  android.permission.READ_INPUT_STATE 同意程式返回當前按鍵狀態(Allows an application to retrieve the current state of keys and switches. )


  android.permission.READ_LOGS 同意程式讀取底層系統日誌檔案(Allows an application to read the low-level system log files. )


  android.permission.READ_OWNER_DATA 同意程式讀取全部者資料(Allows an application to read the owner's data)


  android.permission.READ_SMS 同意程式讀取簡訊息(Allows an application to read SMS messages.)


  android.permission.READ_SYNC_SETTINGS 同意程式讀取同步設定(Allows applications to read the sync settings)


  android.permission.READ_SYNC_STATS 同意程式讀取同步狀態(Allows applications to read the sync stats)


  android.permission.REBOOT 請求可以又一次啟動裝置(Required to be able to reboot the device. )


  android.permission.RECEIVE_BOOT_COMPLETED 同意一個程式接收到 ACTION_BOOT_COMPLETED廣播在系統完畢啟動(Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. )


  android.permission.RECEIVE_MMS 同意一個程式監控將收到MMS彩信,記錄或處理(Allows an application to monitor incoming MMS messages, to record or perform processing on them. )


  android.permission.RECEIVE_SMS 同意程式監控一個將收到簡訊息,記錄或處理(Allows an application to monitor incoming SMS messages, to record or perform processing on them.)


  android.permission.RECEIVE_WAP_PUSH 同意程式監控將收到WAP PUSH資訊(Allows an application to monitor incoming WAP push messages. )


  android.permission.RECORD_AUDIO 同意程式錄制音訊(Allows an application to record audio)


  android.permission.REORDER_TASKS 同意程式改變Z軸排列任務(Allows an application to change the Z-order of tasks)


  android.permission.RESTART_PACKAGES 同意程式又一次啟動其它程式(Allows an application to restart other applications)


  android.permission.SEND_SMS 同意程式傳送SMS簡訊(Allows an application to send SMS messages)


  android.permission.SET_ACTIVITY_WATCHER 同意程式監控或控制activities已經啟動全域性系統中Allows an application to watch and control how activities are started globally in the system.


  android.permission.SET_ALWAYS_FINISH 同意程式控制是否活動間接完畢在處於後臺時Allows an application to control whether activities are immediately finished when put in the background.


  android.permission.SET_ANIMATION_SCALE 改動全域性資訊比例(Modify the global animation scaling factor.)


  android.permission.SET_DEBUG_APP 配置一個程式用於除錯(Configure an application for debugging.)


  android.permission.SET_ORIENTATION 同意底層訪問設定螢幕方向和實際旋轉(Allows low-level access to setting the orientation (actually rotation) of the screen.)


  android.permission.SET_PREFERRED_APPLICATIONS 同意一個程式改動列表引數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)


  我們看到Android平臺上的許可權許可分得還是非常細,和Symbian S60 3rd的Capabilities比具體的多,假設軟體無法正常執行時看看是不是缺少相關的permission宣告,終於我們還須要使用android sign tools簽名生成的apk檔案。


public static final String BROADCAST_PACKAGE_REMOVED


  同意應用程式發出一個應用程式被刪除的通知。


  常量值: "android.permission.BROADCAST_PACKAGE_REMOVED"


  public static final String CALL_PHONE


  同意應用程式發起一個電話呼叫而不須要經撥號器使用者介面確認。


  常量值: "android.permission.CALL_PHONE"


  public static final String DUMP


  同意應用程式從系統服務獲取狀態儲存資訊。


  常量值: "android.permission.DUMP"


  public static final String FOTA_UPDATE


  常量值: "android.permission.FOTA_UPDATE"


  public static final String GET_TASKS


  同意應用程式獲得當前執行任務的資訊:任務的簡短描寫敘述,執行著什麼 activity等。


  常量值: "android.permission.GET_TASKS"


  public static final String INSTALL_PACKAGES


  同意應用程式安裝包。


  常量值: "android.permission.INSTALL_PACKAGES"


  public static final String INTERNAL_SYSTEM_WINDOW


  同意應用程式開啟作為系統使用者介面的一部分的窗體。


  常量值: "android.permission.INTERNAL_SYSTEM_WINDOW"


  public static final String RAISED_THREAD_PRIORITY


  同意應用程式獲取提升的執行緒優先順序,比如實時音訊重放。


  常量值: "android.permission.RAISED_THREAD_PRIORITY"


  public static final String READ_CONTACTS


  同意應用程式當前使用者的通訊錄資料。


  常量值: "android.permission.READ_CONTACTS"


  public static final String RECEIVE_SMS


  同意應用程式監聽收到的簡訊,並對簡訊進行記錄或執行操作。


  常量值: "android.permission.RECEIVE_SMS"


  public static final String RECEIVE_WAP_PUSH


  同意應用程式監聽提過WAP push進來的資訊。


  常量值: "android.permission.RECEIVE_WAP_PUSH"


  public static final String RUN_INSTRUMENTATION


  同意應用程式開始執行某個包。


  常量值: "android.permission.RUN_INSTRUMENTATION"


  public static final String SET_ACTIVITY_WATCHER


同意應用程式監視和控制Activity怎樣在系統中啟動。盡在除錯狀態(一般是 monkey命令)下可用。


  常量值: "android.permission.SET_ACTIVITY_WATCHER"


  public static final String SIGNAL_PERSISTENT_PROCESSES


  同意應用程式請求一個發給全部固有程式的訊號。


  常量值: "android.permission.SIGNAL_PERSISTENT_PROCESSES"


  public static final String SYSTEM_ALERT_WINDOW


  同意應用程式使用SYSTEM_ALERT_TYPE型別在全部其它應用程式之上顯示窗體非常少有程式用到這個許可;這些窗體與使用者進行系統級的互動。


  常量值: "android.permission.SYSTEM_ALERT_WINDOW"


  public static final String WRITE_CONTACTS


  同意應用程式寫入(不能讀取)使用者的通訊錄資料。


  常量值: "android.permission.WRITE_CONTACTS"


  public static final String WRITE_SETTINGS


  同意應用程式讀寫使用者的通訊錄資料。


  常量值: "android.permission.WRITE_SETTINGS"


  建構函式


  public Manifest.permission()


  String ADD_SHORTCUT_ACTION 動作:在系統中加入�一個快捷方式。. "android.intent.action.ADD_SHORTCUT"


  String ALL_APPS_ACTION 動作:列舉全部可用的應用。


  輸入:無。 "android.intent.action.ALL_APPS"


  String ALTERNATIVE_CATEGORY 類別:說明 activity 是使用者正在瀏覽的資料的一個可選操作。 "android.intent.category.ALTERNATIVE"


  String ANSWER_ACTION 動作:處理撥入的電話。 "android.intent.action.ANSWER"


  String BATTERY_CHANGED_ACTION 廣播:充電狀態,或者電池的電量發生變化。 "android.intent.action.BATTERY_CHANGED"


  String BOOT_COMPLETED_ACTION 廣播:在系統啟動後,這個動作被廣播一次(僅僅有一次)。 "android.intent.action.BOOT_COMPLETED"


  String BROWSABLE_CATEGORY 類別:可以被瀏覽器安全使用的 activities 必須支援這個類別。 "android.intent.category.BROWSABLE"


  String BUG_REPORT_ACTION 動作:顯示 activity 報告錯誤。 "android.intent.action.BUG_REPORT"


  String CALL_ACTION 動作:撥打電話,被呼叫的聯絡人在資料中指定。 "android.intent.action.CALL"


String CALL_FORWARDING_STATE_CHANGED_ACTION 廣播:語音電話的來電轉駁狀態已經改變。 "android.intent.action.CFF"


  String CLEAR_CREDENTIALS_ACTION 動作:清除登陸憑證 (credential)。 "android.intent.action.CLEAR_CREDENTIALS"


  String CONFIGURATION_CHANGED_ACTION 廣播:裝置的配置資訊已經改變,參見 Resources.Configuration. "android.intent.action.CONFIGURATION_CHANGED"


  Creator CREATOR 無 無


  String DATA_ACTIVITY_STATE_CHANGED_ACTION 廣播:電話的資料活動(data activity)狀態(即收發資料的狀態)已經改變。 "android.intent.action.DATA_ACTIVITY"


  String DATA_CONNECTION_STATE_CHANGED_ACTION 廣播:電話的資料連線狀態已經改變。 "android.intent.action.DATA_STATE"


  String DATE_CHANGED_ACTION 廣播:日期被改變。 "android.intent.action.DATE_CHANGED"


  String DEFAULT_ACTION 動作:和 VIEW_ACTION 同樣,是在資料上執行的標準動作。 "android.intent.action.VIEW"


  String DEFAULT_CATEGORY 類別:假設 activity 是對資料執行確省動作(點選, center press)的一個選項,須要設定這個類別。 "android.intent.category.DEFAULT"


  String DELETE_ACTION 動作:從容器中刪除給定的資料。 "android.intent.action.DELETE"


  String DEVELOPMENT_PREFERENCE_CATEGORY 類別:說明 activity 是一個設定皮膚 (development preference panel). "android.intent.category.DEVELOPMENT_PREFERENCE"


  String DIAL_ACTION 動作:撥打資料中指定的電話號碼。 "android.intent.action.DIAL"


  String EDIT_ACTION 動作:為制定的資料顯示可編輯介面。 "android.intent.action.EDIT"


  String EMBED_CATEGORY 類別:可以在上級(父)activity 中執行。 "android.intent.category.EMBED"


  String EMERGENCY_DIAL_ACTION 動作:撥打緊急電話號碼。 "android.intent.action.EMERGENCY_DIAL"


  int FORWARD_RESULT_LAUNCH 啟動標記:假設這個標記被設定,並且被一個已經存在的 activity 用來啟動新的 activity,已有 activity 的回覆目標 (reply target) 會被轉移給新的 activity。 16 0x00000010


  String FOTA_CANCEL_ACTION 廣播:取消全部被掛起的 (pending) 更新下載。


"android.server.checkin.FOTA_CANCEL"


  String FOTA_INSTALL_ACTION 廣播:更新已經被確認,立即就要開始安裝。 "android.server.checkin.FOTA_INSTALL"


  String FOTA_READY_ACTION 廣播:更新已經被下載,能夠開始安裝。 "android.server.checkin.FOTA_READY"


  String FOTA_RESTART_ACTION 廣播:恢復已經停止的更新下載。 "android.server.checkin.FOTA_RESTART"


  String FOTA_UPDATE_ACTION 廣播:通過 OTA 下載並安裝作業系統更新。 "android.server.checkin.FOTA_UPDATE"


  String FRAMEWORK_INSTRUMENTATION_TEST_CATEGORY 類別:To be used as code under test for framework instrumentation tests. "android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST"


  String GADGET_CATEGORY 類別:這個 activity 能夠被嵌入宿主 activity (activity that is hosting gadgets)。 "android.intent.category.GADGET"


  String GET_CONTENT_ACTION 動作:讓使用者選擇資料並返回。 "android.intent.action.GET_CONTENT"


  String HOME_CATEGORY 類別:主螢幕 (activity),裝置啟動後顯示的第一個 activity。 "android.intent.category.HOME"


  String INSERT_ACTION 動作:在容器中插入一個空項 (item)。 "android.intent.action.INSERT"


  String INTENT_EXTRA 附加資料:和 PICK_ACTIVITY_ACTION 一起使用時,說明使用者選擇的用來顯示的 activity;和 ADD_SHORTCUT_ACTION 一起使用的時候,描寫敘述要加入�的快捷方式。 "android.intent.extra.INTENT"


  String LABEL_EXTRA 附加資料:大寫字母開頭的字元標籤,和 ADD_SHORTCUT_ACTION 一起使用。 "android.intent.extra.LABEL"


  String LAUNCHER_CATEGORY 類別:Activity 應該被顯示在頂級的 launcher 中。 "android.intent.category.LAUNCHER"


  String LOGIN_ACTION 動作:獲取登入憑證。 "android.intent.action.LOGIN"


  String MAIN_ACTION 動作:作為主入口點啟動,不須要資料。 "android.intent.action.MAIN"


  String MEDIABUTTON_ACTION 廣播:使用者按下了“Media Button”。 "android.intent.action.MEDIABUTTON"


  String MEDIA_BAD_REMOVAL_ACTION 廣播:擴充套件介質(擴充套件卡)已經從 SD 卡插槽拔出,可是掛載點 (mount


point) 還沒解除 (unmount)。 "android.intent.action.MEDIA_BAD_REMOVAL"


  String MEDIA_EJECT_ACTION 廣播:使用者想要移除擴充套件介質(拔掉擴充套件卡)。 "android.intent.action.MEDIA_EJECT"


  String MEDIA_MOUNTED_ACTION 廣播:擴充套件介質被插入,並且已經被掛載。 "android.intent.action.MEDIA_MOUNTED"


  String MEDIA_REMOVED_ACTION 廣播:擴充套件介質被移除。 "android.intent.action.MEDIA_REMOVED"


  String MEDIA_SCANNER_FINISHED_ACTION 廣播:已經掃描完介質的一個資料夾。 "android.intent.action.MEDIA_SCANNER_FINISHED"


  String MEDIA_SCANNER_STARTED_ACTION 廣播:開始掃描介質的一個資料夾。 "android.intent.action.MEDIA_SCANNER_STARTED"


  String MEDIA_SHARED_ACTION 廣播:擴充套件介質的掛載被解除 (unmount),由於它已經作為 USB 大容量儲存被共享。 "android.intent.action.MEDIA_SHARED"


  String MEDIA_UNMOUNTED_ACTION 廣播:擴充套件介質存在,可是還沒有被掛載 (mount)。 "android.intent.action.MEDIA_UNMOUNTED"


  String MESSAGE_WAITING_STATE_CHANGED_ACTION 廣播:電話的訊息等待(語音郵件)狀態已經改變。 "android.intent.action.MWI"


  int MULTIPLE_TASK_LAUNCH 啟動標記:和 NEW_TASK_LAUNCH 聯合使用,禁止將已有的任務改變為前景任務 (foreground)。 8 0x00000008


  String NETWORK_TICKLE_RECEIVED_ACTION 廣播:裝置收到了新的網路 "tickle" 通知。 "android.intent.action.NETWORK_TICKLE_RECEIVED"


  int NEW_TASK_LAUNCH 啟動標記:設定以後,activity 將成為歷史堆疊中的第一個新任務(棧頂)。 4 0x00000004


  int NO_HISTORY_LAUNCH 啟動標記:設定以後,新的 activity 不會被儲存在歷史堆疊中。 1 0x00000001


  String PACKAGE_ADDED_ACTION 廣播:裝置上新安裝了一個應用程式包。 "android.intent.action.PACKAGE_ADDED"


  String PACKAGE_REMOVED_ACTION 廣播:裝置上刪除了一個應用程式包。 "android.intent.action.PACKAGE_REMOVED"


  String PHONE_STATE_CHANGED_ACTION 廣播:電話狀態已經改變。 "android.intent.action.PHONE_STATE"


  String PICK_ACTION 動作:從資料中選擇一個專案 (item),將被選中的專案返回。


"android.intent.action.PICK"


  String PICK_ACTIVITY_ACTION 動作:選擇一個 activity,返回被選擇的 activity 的類(名)。 "android.intent.action.PICK_ACTIVITY"


  String PREFERENCE_CATEGORY 類別:activity是一個設定皮膚 (preference panel)。 "android.intent.category.PREFERENCE"


  String PROVIDER_CHANGED_ACTION 廣播:更新將要(真正)被安裝。 "android.intent.action.PROVIDER_CHANGED"


  String PROVISIONING_CHECK_ACTION 廣播:要求 polling of provisioning service 下載最新的設定。 "android.intent.action.PROVISIONING_CHECK"


  String RUN_ACTION 動作:執行資料(指定的應用),不管它(應用)是什麼。 "android.intent.action.RUN"


  String SAMPLE_CODE_CATEGORY 類別:To be used as an sample code example (not part of the normal user experience). "android.intent.category.SAMPLE_CODE"


  String SCREEN_OFF_ACTION 廣播:螢幕被關閉。 "android.intent.action.SCREEN_OFF"


  String SCREEN_ON_ACTION 廣播:螢幕已經被開啟。 "android.intent.action.SCREEN_ON"


  String SELECTED_ALTERNATIVE_CATEGORY 類別:對於被使用者選中的資料,activity 是它的一個可選操作。 "android.intent.category.SELECTED_ALTERNATIVE"


  String SENDTO_ACTION 動作:向 data 指定的接收者傳送一個訊息。 "android.intent.action.SENDTO"


  String SERVICE_STATE_CHANGED_ACTION 廣播:電話服務的狀態已經改變。 "android.intent.action.SERVICE_STATE"


  String SETTINGS_ACTION 動作:顯示系統設定。輸入:無。 "android.intent.action.SETTINGS"


  String SIGNAL_STRENGTH_CHANGED_ACTION 廣播:電話的訊號強度已經改變。 "android.intent.action.SIG_STR"


  int SINGLE_TOP_LAUNCH 啟動標記:設定以後,假設 activity 已經啟動,並且位於歷史堆疊的頂端,將不再啟動(不又一次啟動) activity。 2 0x00000002


  String STATISTICS_REPORT_ACTION 廣播:要求 receivers 報告自己的統計資訊。 "android.intent.action.STATISTICS_REPORT"


  String STATISTICS_STATE_CHANGED_ACTION 廣播:統計資訊服務的狀態已經改變。 "android.intent.action.STATISTICS_STATE_CHANGED"


   String SYNC_ACTION 動作:執行資料同步。 "android.intent.action.SYNC"


  String TAB_CATEGORY 類別:這個 activity 應該在 TabActivity 中作為一個 tab 使用。 "android.intent.category.TAB"


  String TEMPLATE_EXTRA 附加資料:新記錄的初始化模板。 "android.intent.extra.TEMPLATE"


  String TEST_CATEGORY 類別:作為測試目的使用,不是正常的使用者體驗的一部分。 "android.intent.category.TEST"


  String TIMEZONE_CHANGED_ACTION 廣播:時區已經改變。 "android.intent.action.TIMEZONE_CHANGED"


  String TIME_CHANGED_ACTION 廣播:時間已經改變(又一次設定)。 "android.intent.action.TIME_SET"


  String TIME_TICK_ACTION 廣播:當前時間已經變化(正常的時間流逝)。 "android.intent.action.TIME_TICK"


  String UMS_CONNECTED_ACTION 廣播:裝置進入 USB 大容量儲存模式。 "android.intent.action.UMS_CONNECTED"


  String UMS_DISCONNECTED_ACTION 廣播:裝置從 USB 大容量儲存模式退出。 "android.intent.action.UMS_DISCONNECTED"


  String UNIT_TEST_CATEGORY 類別:應該被用作單元測試(通過 test harness 執行)。 "android.intent.category.UNIT_TEST"


  String VIEW_ACTION 動作:向使用者顯示資料。 "android.intent.action.VIEW"


  String WALLPAPER_CATEGORY 類別:這個 activity 能過為裝置設定牆紙。 "android.intent.category.WALLPAPER"


  String WALLPAPER_CHANGED_ACTION 廣播:系統的牆紙已經改變。 "android.intent.action.WALLPAPER_CHANGED"


  String WALLPAPER_SETTINGS_ACTION 動作:顯示選擇牆紙的設定介面。輸入:無。 "android.intent.action.WALLPAPER_SETTINGS"


  String WEB_SEARCH_ACTION 動作:執行 web 搜尋。 "android.intent.action.WEB_SEARCH"


  String XMPP_CONNECTED_ACTION 廣播:XMPP 連線已經被建立。 "android.intent.action.XMPP_CONNECTED"


  String XMPP_DISCONNECTED_ACTION 廣播:XMPP 連線已經被斷開。 "android.intent.action.XMP

相關文章