SmartSelection Config installer.
Test: none Bug: 34780396 Change-Id: I9cb04e7b20b565ac5d128475a90bd065c805e95e
This commit is contained in:
@@ -81,6 +81,14 @@ public final class ConfigUpdate {
|
||||
@SystemApi
|
||||
public static final String ACTION_UPDATE_LANG_ID = "android.intent.action.UPDATE_LANG_ID";
|
||||
|
||||
/**
|
||||
* Update smart selection model file.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final String ACTION_UPDATE_SMART_SELECTION
|
||||
= "android.intent.action.UPDATE_SMART_SELECTION";
|
||||
|
||||
private ConfigUpdate() {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9528,6 +9528,20 @@ public final class Settings {
|
||||
*/
|
||||
public static final String LANG_ID_UPDATE_METADATA_URL = "lang_id_metadata_url";
|
||||
|
||||
/**
|
||||
* URL for smart selection model updates
|
||||
* @hide
|
||||
*/
|
||||
public static final String SMART_SELECTION_UPDATE_CONTENT_URL =
|
||||
"smart_selection_content_url";
|
||||
|
||||
/**
|
||||
* URL for smart selection model update metadata
|
||||
* @hide
|
||||
*/
|
||||
public static final String SMART_SELECTION_UPDATE_METADATA_URL =
|
||||
"smart_selection_metadata_url";
|
||||
|
||||
/**
|
||||
* SELinux enforcement status. If 0, permissive; if 1, enforcing.
|
||||
* @hide
|
||||
|
||||
Reference in New Issue
Block a user