Loading overlay/common/lineage-sdk/lineage/res/res/values/config.xml 0 → 100644 +30 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <!-- Hardware keys present on the device, stored as a bit field. This integer should equal the sum of the corresponding value for each of the following keys present: 1 - Home 2 - Back 4 - Menu 8 - Assistant (search) 16 - App switch 32 - Camera 64 - Volume rocker For example, a device with Home, Back and Menu keys would set this config to 7. --> <integer name="config_deviceHardwareKeys">83</integer> <!-- Hardware keys present on the device with the ability to wake, stored as a bit field. This integer should equal the sum of the corresponding value for each of the following keys present: 1 - Home 2 - Back 4 - Menu 8 - Assistant (search) 16 - App switch 32 - Camera 64 - Volume rocker For example, a device with Home, Back and Menu keys would set this config to 7. --> <integer name="config_deviceHardwareWakeKeys">65</integer> </resources> No newline at end of file Loading
overlay/common/lineage-sdk/lineage/res/res/values/config.xml 0 → 100644 +30 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <!-- Hardware keys present on the device, stored as a bit field. This integer should equal the sum of the corresponding value for each of the following keys present: 1 - Home 2 - Back 4 - Menu 8 - Assistant (search) 16 - App switch 32 - Camera 64 - Volume rocker For example, a device with Home, Back and Menu keys would set this config to 7. --> <integer name="config_deviceHardwareKeys">83</integer> <!-- Hardware keys present on the device with the ability to wake, stored as a bit field. This integer should equal the sum of the corresponding value for each of the following keys present: 1 - Home 2 - Back 4 - Menu 8 - Assistant (search) 16 - App switch 32 - Camera 64 - Volume rocker For example, a device with Home, Back and Menu keys would set this config to 7. --> <integer name="config_deviceHardwareWakeKeys">65</integer> </resources> No newline at end of file