mirror of
				https://github.com/oplus-giulia-dev/android_hardware_oplus
				synced 2025-11-04 13:55:35 +08:00 
			
		
		
		
	oplus: Import cleaned QSSI RROs from LE2115.11.C.48
* Remove anything that the value is already the default, or deprecated. Change-Id: I597a93b580754a7fde51d051accfffca54c22482
This commit is contained in:
		
							
								
								
									
										2
									
								
								overlay/qssi/Android.bp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								overlay/qssi/Android.bp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
soong_namespace {
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										9
									
								
								overlay/qssi/FrameworksResCommon/Android.bp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								overlay/qssi/FrameworksResCommon/Android.bp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
//
 | 
			
		||||
// Copyright (C) 2022 The LineageOS Project
 | 
			
		||||
// SPDX-License-Identifier: Apache-2.0
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
runtime_resource_overlay {
 | 
			
		||||
    name: "FrameworksResCommon",
 | 
			
		||||
    product_specific: true,
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										13
									
								
								overlay/qssi/FrameworksResCommon/AndroidManifest.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								overlay/qssi/FrameworksResCommon/AndroidManifest.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The LineageOS Project
 | 
			
		||||
     SPDX-License-Identifier: Apache-2.0
 | 
			
		||||
-->
 | 
			
		||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    package="android.overlay.common">
 | 
			
		||||
 | 
			
		||||
    <overlay
 | 
			
		||||
        android:isStatic="true"
 | 
			
		||||
        android:priority="200"
 | 
			
		||||
        android:targetPackage="android" />
 | 
			
		||||
</manifest>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,58 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- National language locking shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 after the
 | 
			
		||||
           Turkish Telecommunication Authority requires locking shift encoding
 | 
			
		||||
           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
         to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_locking_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- National language single shift tables to enable for SMS encoding.
 | 
			
		||||
         Decoding is always enabled. 3GPP TS 23.038 states that this feature
 | 
			
		||||
         should not be enabled until a formal request is issued by the relevant
 | 
			
		||||
         national regulatory body. Array elements are codes from the table above.
 | 
			
		||||
         Example 1: devices sold in Turkey must include table 1 to conform with
 | 
			
		||||
           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
 | 
			
		||||
         Example 2: devices sold in India should include tables 4 through 13
 | 
			
		||||
           to enable use of the new Release 9 tables for Indic languages. -->
 | 
			
		||||
    <integer-array name="config_sms_enabled_single_shift_tables">
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>2</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>4</item>
 | 
			
		||||
        <item>5</item>
 | 
			
		||||
        <item>6</item>
 | 
			
		||||
        <item>7</item>
 | 
			
		||||
        <item>8</item>
 | 
			
		||||
        <item>9</item>
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>11</item>
 | 
			
		||||
        <item>12</item>
 | 
			
		||||
        <item>13</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,15 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or
 | 
			
		||||
         RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead.
 | 
			
		||||
         A configuration value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means
 | 
			
		||||
         there is no replacement value and that the default assumption
 | 
			
		||||
         for phone type (GSM) should be used. -->
 | 
			
		||||
    <integer name="config_volte_replacement_rat">6</integer>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,15 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or
 | 
			
		||||
         RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead.
 | 
			
		||||
         A configuration value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means
 | 
			
		||||
         there is no replacement value and that the default assumption
 | 
			
		||||
         for phone type (GSM) should be used. -->
 | 
			
		||||
    <integer name="config_volte_replacement_rat">3</integer>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,15 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or
 | 
			
		||||
         RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead.
 | 
			
		||||
         A configuration value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means
 | 
			
		||||
         there is no replacement value and that the default assumption
 | 
			
		||||
         for phone type (GSM) should be used. -->
 | 
			
		||||
    <integer name="config_volte_replacement_rat">6</integer>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,15 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or
 | 
			
		||||
         RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead.
 | 
			
		||||
         A configuration value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means
 | 
			
		||||
         there is no replacement value and that the default assumption
 | 
			
		||||
         for phone type (GSM) should be used. -->
 | 
			
		||||
    <integer name="config_volte_replacement_rat">3</integer>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,13 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- Flag specifying whether VoLTE should be available for carrier: independent of
 | 
			
		||||
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
 | 
			
		||||
         provisioning, availability etc -->
 | 
			
		||||
    <bool name="config_carrier_volte_available">true</bool>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,15 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or
 | 
			
		||||
         RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead.
 | 
			
		||||
         A configuration value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means
 | 
			
		||||
         there is no replacement value and that the default assumption
 | 
			
		||||
         for phone type (GSM) should be used. -->
 | 
			
		||||
    <integer name="config_volte_replacement_rat">6</integer>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,15 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or
 | 
			
		||||
         RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead.
 | 
			
		||||
         A configuration value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means
 | 
			
		||||
         there is no replacement value and that the default assumption
 | 
			
		||||
         for phone type (GSM) should be used. -->
 | 
			
		||||
    <integer name="config_volte_replacement_rat">6</integer>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -0,0 +1,15 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or
 | 
			
		||||
         RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead.
 | 
			
		||||
         A configuration value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means
 | 
			
		||||
         there is no replacement value and that the default assumption
 | 
			
		||||
         for phone type (GSM) should be used. -->
 | 
			
		||||
    <integer name="config_volte_replacement_rat">6</integer>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
							
								
								
									
										268
									
								
								overlay/qssi/FrameworksResCommon/res/values/config.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										268
									
								
								overlay/qssi/FrameworksResCommon/res/values/config.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,268 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- Flag indicating whether we should enable the automatic brightness.
 | 
			
		||||
         Software implementation will be used if config_hardware_auto_brightness_available is not set -->
 | 
			
		||||
    <bool name="config_automatic_brightness_available">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Boolean indicating if current platform supports HFP inband ringing -->
 | 
			
		||||
    <bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Boolean indicating if current platform supports BLE peripheral mode -->
 | 
			
		||||
    <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Flag specifying whether VoLTE should be available for carrier: independent of
 | 
			
		||||
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
 | 
			
		||||
         provisioning, availability etc -->
 | 
			
		||||
    <bool name="config_carrier_volte_available">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Flag specifying whether VoLTE is available on device -->
 | 
			
		||||
    <bool name="config_device_volte_available">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Flag specifying whether VT is available on device -->
 | 
			
		||||
    <bool name="config_device_vt_available">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Flag specifying whether WFC over IMS is available on device -->
 | 
			
		||||
    <bool name="config_device_wfc_ims_available">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- If true, the doze component is not started until after the screen has been
 | 
			
		||||
         turned off and the screen off animation has been performed. -->
 | 
			
		||||
    <bool name="config_dozeAfterScreenOffByDefault">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Whether UI for multi user should be shown -->
 | 
			
		||||
    <bool name="config_enableMultiUserUI">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Is the device capable of hot swapping an UICC Card -->
 | 
			
		||||
    <bool name="config_hotswapCapable">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
 | 
			
		||||
         in hardware. -->
 | 
			
		||||
    <bool name="config_setColorTransformAccelerated">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
 | 
			
		||||
         autodetected from the Configuration. -->
 | 
			
		||||
    <bool name="config_showNavigationBar">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Flag indicating if the speed up audio on mt call code should be executed -->
 | 
			
		||||
    <bool name="config_speed_up_audio_on_mt_calls">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- set to false if we need to show user confirmation
 | 
			
		||||
         when alpha identifier is not provided by the UICC -->
 | 
			
		||||
    <bool name="config_stkNoAlphaUsrCnf">false</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Whether the Unprocessed audio source supports the required frequency range and level -->
 | 
			
		||||
    <bool name="config_supportAudioSourceUnprocessed">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Config determines whether to update phone object when voice registration
 | 
			
		||||
         state changes. Voice radio tech change will always trigger an update of
 | 
			
		||||
         phone object irrespective of this config -->
 | 
			
		||||
    <bool name="config_switch_phone_on_voice_reg_state_change">false</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
 | 
			
		||||
    <bool name="config_unplugTurnsOnScreen">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Whether to select voice/data/sms preference without user confirmation -->
 | 
			
		||||
    <bool name="config_voice_data_sms_auto_fallback">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Set to true if the wifi display supports compositing content stored
 | 
			
		||||
         in gralloc protected buffers.  For this to be true, there must exist
 | 
			
		||||
         a protected hardware path for surface flinger to composite and send
 | 
			
		||||
         protected buffers to the wifi display video encoder.
 | 
			
		||||
 | 
			
		||||
         If this flag is false, we advise applications not to use protected
 | 
			
		||||
         buffers (if possible) when presenting content to a wifi display because
 | 
			
		||||
         the content may be blanked.
 | 
			
		||||
 | 
			
		||||
         This flag controls whether the {@link Display#FLAG_SUPPORTS_PROTECTED_BUFFERS}
 | 
			
		||||
         flag is set for wifi displays.
 | 
			
		||||
    -->
 | 
			
		||||
    <bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Boolean indicating if restoring network selection should be skipped,
 | 
			
		||||
         the restoring is handled by modem if it is true -->
 | 
			
		||||
    <bool name="skip_restoring_network_selection">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- The default refresh rate for a given device. Change this value to set a higher default
 | 
			
		||||
         refresh rate. If the hardware composer on the device supports display modes with a higher
 | 
			
		||||
         refresh rate than the default value specified here, the framework may use those higher
 | 
			
		||||
         refresh rate modes if an app chooses one by setting preferredDisplayModeId or calling
 | 
			
		||||
         setFrameRate().
 | 
			
		||||
         If a non-zero value is set for config_defaultPeakRefreshRate, then
 | 
			
		||||
         config_defaultRefreshRate may be set to 0, in which case the value set for
 | 
			
		||||
         config_defaultPeakRefreshRate will act as the default frame rate. -->
 | 
			
		||||
    <integer name="config_defaultPeakRefreshRate">240</integer>
 | 
			
		||||
 | 
			
		||||
    <!-- The default refresh rate for a given device. Change this value to set a higher default
 | 
			
		||||
         refresh rate. If the hardware composer on the device supports display modes with a higher
 | 
			
		||||
         refresh rate than the default value specified here, the framework may use those higher
 | 
			
		||||
         refresh rate modes if an app chooses one by setting preferredDisplayModeId or calling
 | 
			
		||||
         setFrameRate().
 | 
			
		||||
         If a non-zero value is set for config_defaultPeakRefreshRate, then
 | 
			
		||||
         config_defaultRefreshRate may be set to 0, in which case the value set for
 | 
			
		||||
         config_defaultPeakRefreshRate will act as the default frame rate. -->
 | 
			
		||||
    <integer name="config_defaultRefreshRate">0</integer>
 | 
			
		||||
 | 
			
		||||
    <!--  Maximum number of supported users -->
 | 
			
		||||
    <integer name="config_multiuserMaximumUsers">4</integer>
 | 
			
		||||
 | 
			
		||||
    <!-- Screen brightness used to dim the screen while dozing in a very low power state.
 | 
			
		||||
         May be less than the minimum allowed brightness setting
 | 
			
		||||
         that can be set by the user. -->
 | 
			
		||||
    <integer name="config_screenBrightnessDoze">17</integer>
 | 
			
		||||
 | 
			
		||||
    <!-- Array of output values for LCD backlight corresponding to the lux values
 | 
			
		||||
         in the config_autoBrightnessLevels array.  This array should have size one greater
 | 
			
		||||
         than the size of the config_autoBrightnessLevels array.
 | 
			
		||||
         The brightness values must be between 0 and 255 and be non-decreasing.
 | 
			
		||||
         This must be overridden in platform specific overlays -->
 | 
			
		||||
    <integer-array name="config_autoBrightnessLcdBacklightValues">
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>20</item>
 | 
			
		||||
        <item>40</item>
 | 
			
		||||
        <item>70</item>
 | 
			
		||||
        <item>110</item>
 | 
			
		||||
        <item>160</item>
 | 
			
		||||
        <item>200</item>
 | 
			
		||||
        <item>255</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- Array of light sensor lux values to define our levels for auto backlight brightness support.
 | 
			
		||||
         The N entries of this array define N + 1 control points as follows:
 | 
			
		||||
         (1-based arrays)
 | 
			
		||||
 | 
			
		||||
         Point 1:            (0, value[1]):             lux <= 0
 | 
			
		||||
         Point 2:     (level[1], value[2]):  0        < lux <= level[1]
 | 
			
		||||
         Point 3:     (level[2], value[3]):  level[2] < lux <= level[3]
 | 
			
		||||
         ...
 | 
			
		||||
         Point N+1: (level[N], value[N+1]):  level[N] < lux
 | 
			
		||||
 | 
			
		||||
         The control points must be strictly increasing.  Each control point
 | 
			
		||||
         corresponds to an entry in the brightness backlight values arrays.
 | 
			
		||||
         For example, if lux == level[1] (first element of the levels array)
 | 
			
		||||
         then the brightness will be determined by value[2] (second element
 | 
			
		||||
         of the brightness values array).
 | 
			
		||||
 | 
			
		||||
         Spline interpolation is used to determine the auto-brightness
 | 
			
		||||
         backlight values for lux levels between these control points.
 | 
			
		||||
 | 
			
		||||
         Must be overridden in platform specific overlays -->
 | 
			
		||||
    <integer-array name="config_autoBrightnessLevels">
 | 
			
		||||
        <item>10</item>
 | 
			
		||||
        <item>30</item>
 | 
			
		||||
        <item>60</item>
 | 
			
		||||
        <item>100</item>
 | 
			
		||||
        <item>150</item>
 | 
			
		||||
        <item>210</item>
 | 
			
		||||
        <item>255</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- Indicate available ColorDisplayManager.COLOR_MODE_xxx. -->
 | 
			
		||||
    <integer-array name="config_availableColorModes">
 | 
			
		||||
        <item>0</item>
 | 
			
		||||
        <item>1</item>
 | 
			
		||||
        <item>3</item>
 | 
			
		||||
        <item>256</item>
 | 
			
		||||
        <item>257</item>
 | 
			
		||||
        <item>258</item>
 | 
			
		||||
        <item>259</item>
 | 
			
		||||
        <item>260</item>
 | 
			
		||||
        <item>261</item>
 | 
			
		||||
        <item>262</item>
 | 
			
		||||
        <item>263</item>
 | 
			
		||||
        <item>264</item>
 | 
			
		||||
        <item>265</item>
 | 
			
		||||
    </integer-array>
 | 
			
		||||
 | 
			
		||||
    <!-- Configure mobile tcp buffer sizes in the form:
 | 
			
		||||
         rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
 | 
			
		||||
         If no value is found for the rat-name in use, the system default will be applied.
 | 
			
		||||
    -->
 | 
			
		||||
    <string-array name="config_mobile_tcp_buffers">
 | 
			
		||||
        <item>5gnr:2097152,6291456,16777216,512000,2097152,8388608</item>
 | 
			
		||||
        <item>lte:2097152,4194304,8388608,262144,524288,1048576</item>
 | 
			
		||||
        <item>lte_ca:4096,6291456,12582912,4096,1048576,2097152</item>
 | 
			
		||||
        <item>umts:4094,87380,1220608,4096,16384,1220608</item>
 | 
			
		||||
        <item>hspa:4094,87380,1220608,4096,16384,1220608</item>
 | 
			
		||||
        <item>hsupa:4094,87380,1220608,4096,16384,1220608</item>
 | 
			
		||||
        <item>hsdpa:4094,87380,1220608,4096,16384,1220608</item>
 | 
			
		||||
        <item>hspap:4094,87380,1220608,4096,16384,1220608</item>
 | 
			
		||||
        <item>edge:4093,26280,35040,4096,16384,35040</item>
 | 
			
		||||
        <item>gprs:4092,8760,11680,4096,8760,11680</item>
 | 
			
		||||
        <item>evdo:4094,87380,524288,4096,16384,262144</item>
 | 
			
		||||
    </string-array>
 | 
			
		||||
 | 
			
		||||
    <!-- This string array should be overridden by the device to present a list of network
 | 
			
		||||
         attributes.  This is used by the connectivity manager to decide which networks can coexist
 | 
			
		||||
         based on the hardware -->
 | 
			
		||||
    <!-- An Array of "[Connection name],[ConnectivityManager.TYPE_xxxx],
 | 
			
		||||
         [associated radio-type],[priority],[restoral-timer(ms)],[dependencyMet]  -->
 | 
			
		||||
    <!-- the 5th element "resore-time" indicates the number of milliseconds to delay
 | 
			
		||||
         before automatically restore the default connection.  Set -1 if the connection
 | 
			
		||||
         does not require auto-restore. -->
 | 
			
		||||
    <!-- the 6th element indicates boot-time dependency-met value. -->
 | 
			
		||||
    <!-- NOTE: The telephony module is no longer reading the configuration below for available
 | 
			
		||||
         APN types.  The set of APN types and relevant settings are specified within the telephony
 | 
			
		||||
         module and are non-configurable.  Whether or not data connectivity over a cellular network
 | 
			
		||||
         is available at all is controlled by the flag: config_moble_data_capable. -->
 | 
			
		||||
    <string-array name="networkAttributes">
 | 
			
		||||
        <item>wifi,1,1,1,-1,true</item>
 | 
			
		||||
        <item>mobile,0,0,0,-1,true</item>
 | 
			
		||||
        <item>mobile_mms,2,0,4,60000,true</item>
 | 
			
		||||
        <item>mobile_supl,3,0,2,60000,true</item>
 | 
			
		||||
        <item>mobile_dun,4,0,2,60000,true</item>
 | 
			
		||||
        <item>mobile_hipri,5,0,3,60000,true</item>
 | 
			
		||||
        <item>mobile_fota,10,0,2,60000,true</item>
 | 
			
		||||
        <item>mobile_ims,11,0,2,60000,true</item>
 | 
			
		||||
        <item>mobile_cbs,12,0,2,60000,true</item>
 | 
			
		||||
        <item>bluetooth,7,7,2,-1,true</item>
 | 
			
		||||
        <item>mobile_emergency,15,0,5,-1,true</item>
 | 
			
		||||
        <item>ethernet,9,9,9,-1,true</item>
 | 
			
		||||
    </string-array>
 | 
			
		||||
 | 
			
		||||
    <!-- This string array should be overridden by the device to present a list of radio
 | 
			
		||||
         attributes.  This is used by the connectivity manager to decide which networks can coexist
 | 
			
		||||
         based on the hardware -->
 | 
			
		||||
    <!-- An Array of "[ConnectivityManager connectionType],
 | 
			
		||||
                      [# simultaneous connection types]"  -->
 | 
			
		||||
    <string-array name="radioAttributes">
 | 
			
		||||
        <item>1,1</item>
 | 
			
		||||
        <item>0,1</item>
 | 
			
		||||
        <item>7,1</item>
 | 
			
		||||
    </string-array>
 | 
			
		||||
 | 
			
		||||
    <!-- ComponentName of a dream to show whenever the system would otherwise have
 | 
			
		||||
         gone to sleep.  When the PowerManager is asked to go to sleep, it will instead
 | 
			
		||||
         try to start this dream if possible.  The dream should typically call startDozing()
 | 
			
		||||
         to put the display into a low power state and allow the application processor
 | 
			
		||||
         to be suspended.  When the dream ends, the system will go to sleep as usual.
 | 
			
		||||
         Specify the component name or an empty string if none.
 | 
			
		||||
 | 
			
		||||
         Note that doze dreams are not subject to the same start conditions as ordinary dreams.
 | 
			
		||||
         Doze dreams will run whenever the power manager is in a dozing state. -->
 | 
			
		||||
    <string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
 | 
			
		||||
 | 
			
		||||
    <!-- MMS user agent string -->
 | 
			
		||||
    <string name="config_mms_user_agent">Android-Mms/2.0</string>
 | 
			
		||||
 | 
			
		||||
    <!-- MMS user agent prolfile url -->
 | 
			
		||||
    <string name="config_mms_user_agent_profile_url">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
 | 
			
		||||
 | 
			
		||||
    <!-- Flag indicating which package name can access the persistent data partition -->
 | 
			
		||||
    <string name="config_persistentDataPackageName">com.google.android.gms</string>
 | 
			
		||||
 | 
			
		||||
    <!-- Telephony qualified networks service package name to bind to by default. -->
 | 
			
		||||
    <string name="config_qualified_networks_service_package">vendor.qti.iwlan</string>
 | 
			
		||||
 | 
			
		||||
    <!-- IWLAN data service package name to bind to by default. If none is specified in an overlay, an
 | 
			
		||||
         empty string is passed in -->
 | 
			
		||||
    <string name="config_wlan_data_service_package">vendor.qti.iwlan</string>
 | 
			
		||||
 | 
			
		||||
    <!-- IWLAN network service package name to bind to by default. If none is specified in an overlay, an
 | 
			
		||||
         empty string is passed in -->
 | 
			
		||||
    <string name="config_wlan_network_service_package">vendor.qti.iwlan</string>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
							
								
								
									
										9
									
								
								overlay/qssi/SystemUIResCommon/Android.bp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								overlay/qssi/SystemUIResCommon/Android.bp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
//
 | 
			
		||||
// Copyright (C) 2022 The LineageOS Project
 | 
			
		||||
// SPDX-License-Identifier: Apache-2.0
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
runtime_resource_overlay {
 | 
			
		||||
    name: "SystemUIResCommon",
 | 
			
		||||
    product_specific: true,
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										13
									
								
								overlay/qssi/SystemUIResCommon/AndroidManifest.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								overlay/qssi/SystemUIResCommon/AndroidManifest.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The LineageOS Project
 | 
			
		||||
     SPDX-License-Identifier: Apache-2.0
 | 
			
		||||
-->
 | 
			
		||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    package="com.android.systemui.overlay.common">
 | 
			
		||||
 | 
			
		||||
    <overlay
 | 
			
		||||
        android:isStatic="true"
 | 
			
		||||
        android:priority="200"
 | 
			
		||||
        android:targetPackage="com.android.systemui" />
 | 
			
		||||
</manifest>
 | 
			
		||||
							
								
								
									
										20
									
								
								overlay/qssi/SystemUIResCommon/res/values/config.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								overlay/qssi/SystemUIResCommon/res/values/config.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- Doze: does this device support STATE_DOZE?  -->
 | 
			
		||||
    <bool name="doze_display_state_supported">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Tiles to auto add to Quick Settings upon first change of a given secure setting.
 | 
			
		||||
         The syntax is setting-name:spec. If the tile is a TileService, the spec should be specified
 | 
			
		||||
         as custom(package/class). Relative class name is supported. -->
 | 
			
		||||
    <string-array name="config_quickSettingsAutoAdd">
 | 
			
		||||
        <item>accessibility_display_inversion_enabled:inversion</item>
 | 
			
		||||
        <item>wind_down_first_time_setup:custom(com.google.android.apps.wellbeing/.screen.ui.GrayscaleTileService)</item>
 | 
			
		||||
        <item>focus_mode_first_time_setup:custom(com.google.android.apps.wellbeing/.focusmode.quicksettings.FocusModeTileService)</item>
 | 
			
		||||
    </string-array>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
							
								
								
									
										9
									
								
								overlay/qssi/TelephonyResCommon/Android.bp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								overlay/qssi/TelephonyResCommon/Android.bp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
//
 | 
			
		||||
// Copyright (C) 2022 The LineageOS Project
 | 
			
		||||
// SPDX-License-Identifier: Apache-2.0
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
runtime_resource_overlay {
 | 
			
		||||
    name: "TelephonyResCommon",
 | 
			
		||||
    product_specific: true,
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										13
									
								
								overlay/qssi/TelephonyResCommon/AndroidManifest.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								overlay/qssi/TelephonyResCommon/AndroidManifest.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The LineageOS Project
 | 
			
		||||
     SPDX-License-Identifier: Apache-2.0
 | 
			
		||||
-->
 | 
			
		||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    package="com.android.phone.overlay.common">
 | 
			
		||||
 | 
			
		||||
    <overlay
 | 
			
		||||
        android:isStatic="true"
 | 
			
		||||
        android:priority="200"
 | 
			
		||||
        android:targetPackage="com.android.phone" />
 | 
			
		||||
</manifest>
 | 
			
		||||
							
								
								
									
										44
									
								
								overlay/qssi/TelephonyResCommon/res/values/config.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								overlay/qssi/TelephonyResCommon/res/values/config.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,44 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- Flag indicating whether the device supports RTT (real-time text) -->
 | 
			
		||||
    <bool name="config_support_rtt">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- If this is true, the SIM card (through Customer Service Profile EF file) will be
 | 
			
		||||
         able to prevent manual operator selection. If false, this SIM setting will be
 | 
			
		||||
         ignored and manual operator selection will always be available. See
 | 
			
		||||
         CPHS4_2.WW6, CPHS B.4.7.1 for more information -->
 | 
			
		||||
    <!-- DEPRECATED: Use CarrierConfigManager#KEY_CSP_ENABLED_BOOL -->
 | 
			
		||||
    <bool name="csp_enabled">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Flag indicating if dtmf tone type is enabled -->
 | 
			
		||||
    <!-- DEPRECATED: Use CarrierConfigManager#KEY_DTMF_TYPE_ENABLED_BOOL -->
 | 
			
		||||
    <bool name="dtmf_type_enabled">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Determine whether calls to mute the microphone in PhoneUtils
 | 
			
		||||
         are routed through the android.media.AudioManager class (true) or through
 | 
			
		||||
         the com.android.internal.telephony.Phone interface (false). -->
 | 
			
		||||
    <bool name="send_mic_mute_to_AudioManager">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Flag indicating if the phone is a world phone -->
 | 
			
		||||
    <!-- DEPRECATED: Use CarrierConfigManager#KEY_WORLD_PHONE_BOOL -->
 | 
			
		||||
    <bool name="world_phone">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Determine whether we should show the "listen for instructions" screen after
 | 
			
		||||
         successfully placing the OTA call -->
 | 
			
		||||
    <integer name="OtaShowListeningScreen">1</integer>
 | 
			
		||||
 | 
			
		||||
    <!-- String indicating the package name of the device ImsService implementation for MMTEL. -->
 | 
			
		||||
    <string name="config_ims_mmtel_package">org.codeaurora.ims</string>
 | 
			
		||||
 | 
			
		||||
    <!-- String indicating the package name of the device ImsService implementation for RCS. -->
 | 
			
		||||
    <string name="config_ims_rcs_package">vendor.qti.imsrcs</string>
 | 
			
		||||
 | 
			
		||||
    <!-- The package name for the platform number verification supplier app. -->
 | 
			
		||||
    <string name="platform_number_verification_package">com.google.android.gms</string>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
							
								
								
									
										9
									
								
								overlay/qssi/WifiResCommon/Android.bp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								overlay/qssi/WifiResCommon/Android.bp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
//
 | 
			
		||||
// Copyright (C) 2022 The LineageOS Project
 | 
			
		||||
// SPDX-License-Identifier: Apache-2.0
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
runtime_resource_overlay {
 | 
			
		||||
    name: "WifiResCommon",
 | 
			
		||||
    product_specific: true,
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										14
									
								
								overlay/qssi/WifiResCommon/AndroidManifest.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								overlay/qssi/WifiResCommon/AndroidManifest.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The LineageOS Project
 | 
			
		||||
     SPDX-License-Identifier: Apache-2.0
 | 
			
		||||
-->
 | 
			
		||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    package="com.android.wifi.resources.overlay.common">
 | 
			
		||||
 | 
			
		||||
    <overlay
 | 
			
		||||
        android:isStatic="true"
 | 
			
		||||
        android:priority="200"
 | 
			
		||||
        android:targetName="WifiCustomization"
 | 
			
		||||
        android:targetPackage="com.android.wifi.resources" />
 | 
			
		||||
</manifest>
 | 
			
		||||
							
								
								
									
										61
									
								
								overlay/qssi/WifiResCommon/res/values/config.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										61
									
								
								overlay/qssi/WifiResCommon/res/values/config.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,61 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<!--
 | 
			
		||||
     Copyright (C) 2022 The Linux Foundation
 | 
			
		||||
     SPDX-License-Identifier: BSD-3-Clause
 | 
			
		||||
-->
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- boolean indicating whether the WiFi chipset has 5GHz band support.
 | 
			
		||||
         Note: This config is replacing the config_wifi_dual_band_support
 | 
			
		||||
         since more bands may now be supported (such as 6GHz), the naming dual_band
 | 
			
		||||
         is no longer indicative, and a separate config now exists for each band -->
 | 
			
		||||
    <bool name="config_wifi5ghzSupport">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Enable Aware NDP interface selection on interface that already has network set up.
 | 
			
		||||
     Note: the default AOSP Android does not support multiple networks on the same Aware NDI.
 | 
			
		||||
     Enabling this configuration will restore legacy behavior but may result in incorrect behavior.
 | 
			
		||||
     -->
 | 
			
		||||
    <bool name="config_wifiAllowMultipleNetworksOnSameAwareNdi">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Wifi driver supports 6GHz band for softap when chip support 6GHz -->
 | 
			
		||||
    <bool name="config_wifiSoftap6ghzSupported">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Wifi driver Automatic channel selection (ACS) for softap to include DFS channels -->
 | 
			
		||||
    <bool name="config_wifiSoftapAcsIncludeDfs">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
 | 
			
		||||
         This mechanism allows the host to remain in suspend state and the dongle to actively
 | 
			
		||||
         scan and wake the host when a configured SSID is detected by the dongle. This chipset
 | 
			
		||||
         capability can provide power savings when wifi needs to be always kept on. -->
 | 
			
		||||
    <bool name="config_wifi_background_scan_support">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Indicates that connected MAC randomization is supported on this device -->
 | 
			
		||||
    <bool name="config_wifi_connected_mac_randomization_supported">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Boolean indicating that only configurations that have the same pre-shared key will be linked -->
 | 
			
		||||
    <bool name="config_wifi_only_link_same_credential_configurations">false</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Indicates that p2p MAC randomization is supported on this device -->
 | 
			
		||||
    <bool name="config_wifi_p2p_mac_randomization_supported">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
 | 
			
		||||
    <bool name="config_wifi_softap_acs_supported">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Wifi driver supports IEEE80211AC for softap -->
 | 
			
		||||
    <bool name="config_wifi_softap_ieee80211ac_supported">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- Wifi driver supports WPA3 Simultaneous Authentication of Equals (WPA3-SAE) for softap -->
 | 
			
		||||
    <bool name="config_wifi_softap_sae_supported">true</bool>
 | 
			
		||||
 | 
			
		||||
    <!-- integer indicating additional disconnect delay (in ms) after IMS onLost() indication is received -->
 | 
			
		||||
    <integer name="config_wifiDelayDisconnectOnImsLostMs">1000</integer>
 | 
			
		||||
 | 
			
		||||
    <!-- Integer indicating maximum hardware supported client number of soft ap -->
 | 
			
		||||
    <integer name="config_wifiHardwareSoftapMaxClientCount">32</integer>
 | 
			
		||||
 | 
			
		||||
    <!-- List of allowed channels in 2GHz band for softap. If the device doesn't want to restrict
 | 
			
		||||
         channels this should be empty. Values is a comma separated channel string and/or channel
 | 
			
		||||
         range string like '1-6,11'. -->
 | 
			
		||||
    <string name="config_wifiSoftap2gChannelList" />
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
							
								
								
									
										14
									
								
								overlay/qssi/qssi.mk
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								overlay/qssi/qssi.mk
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
#
 | 
			
		||||
# Copyright (C) 2022 The LineageOS Project
 | 
			
		||||
#
 | 
			
		||||
# SPDX-License-Identifier: Apache-2.0
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
PRODUCT_PACKAGES += \
 | 
			
		||||
    FrameworksResCommon \
 | 
			
		||||
    SystemUIResCommon \
 | 
			
		||||
    TelephonyResCommon \
 | 
			
		||||
    WifiResCommon
 | 
			
		||||
 | 
			
		||||
PRODUCT_SOONG_NAMESPACES += \
 | 
			
		||||
    $(LOCAL_PATH)
 | 
			
		||||
		Reference in New Issue
	
	Block a user