@@ -4782,17 +4782,24 @@ public static final String getBluetoothInputDevicePriorityKey(String address) {
47824782 /**
47834783 * Whether the package manager should send package verification broadcasts for verifiers to
47844784 * review apps prior to installation.
4785- *
4785+ * @deprecated moved to Settings.Global
47864786 * 1 = request apps to be verified prior to installation, if a verifier exists.
47874787 * 0 = do not verify apps before installation
47884788 * {@hide}
47894789 */
4790+ @ Deprecated
47904791 public static final String PACKAGE_VERIFIER_ENABLE = "package_verifier_enable" ;
47914792
4792- /** Timeout for package verification. {@hide} */
4793+ /** Timeout for package verification.
4794+ * @deprecated moved to Settings.Global
4795+ * {@hide} */
4796+ @ Deprecated
47934797 public static final String PACKAGE_VERIFIER_TIMEOUT = "verifier_timeout" ;
47944798
4795- /** Default response code for package verification. {@hide} */
4799+ /** Default response code for package verification.
4800+ * @deprecated moved to Settings.Global
4801+ * {@hide} */
4802+ @ Deprecated
47964803 public static final String PACKAGE_VERIFIER_DEFAULT_RESPONSE = "verifier_default_response" ;
47974804
47984805 /** {@hide} */
@@ -5271,6 +5278,23 @@ public static final class Global extends NameValueTable {
52715278 /** Timeout in milliseconds to wait for NTP server. {@hide} */
52725279 public static final String NTP_TIMEOUT = "ntp_timeout" ;
52735280
5281+ /**
5282+ * Whether the package manager should send package verification broadcasts for verifiers to
5283+ * review apps prior to installation.
5284+ * 1 = request apps to be verified prior to installation, if a verifier exists.
5285+ * 0 = do not verify apps before installation
5286+ * {@hide}
5287+ */
5288+ public static final String PACKAGE_VERIFIER_ENABLE = "package_verifier_enable" ;
5289+
5290+ /** Timeout for package verification.
5291+ * {@hide} */
5292+ public static final String PACKAGE_VERIFIER_TIMEOUT = "verifier_timeout" ;
5293+
5294+ /** Default response code for package verification.
5295+ * {@hide} */
5296+ public static final String PACKAGE_VERIFIER_DEFAULT_RESPONSE = "verifier_default_response" ;
5297+
52745298 /**
52755299 * The interval in milliseconds at which to check packet counts on the
52765300 * mobile data interface when screen is on, to detect possible data
0 commit comments