Rtwo/device/motorola/sm8550-common/qcril-database/config/13.1_config.sql

9 lines
401 B
MySQL
Raw Permalink Normal View History

2025-09-30 20:22:48 -04:00
/*
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
*/
CREATE TABLE IF NOT EXISTS qcril_properties_table (property TEXT PRIMARY KEY NOT NULL, def_val TEXT, value TEXT);
INSERT OR REPLACE INTO qcril_properties_table(property, def_val) VALUES('qcrildb_version',13.1);
UPDATE qcril_properties_table SET def_val="0" WHERE property="persist.vendor.radio.poweron_opt";