Automate > Documentation > Basics - Blocks > Content > Content update

Content update

  • action block
  • 別のアプリの content をアップデートする
    • 例えば 連絡先やカレンダーイベント
  • fiber は更新が完了するまで停止する。

Note! Only the “default messaging app” can modify content://sms and content://mms-sms URI’s on Android 4.4+.

Caution! This is advanced feature and should only be used with knowledge of the content structure, may result in loss of or corrupt data.

Input arguments

  • Content URI — URI of content to update.
  • Where clause — an SQL WHERE clause for matching a sub-selection of the content identified by Content URI, default is all content.
  • Parameters — an array of values to replace any ? within the Where clause.
  • Values — a dictionary with the columns to update and the values thereof.

Output variables

  • Number of rows updated — variable to assign the number of rows actually updated.
最終更新:2019年01月06日 10:55