mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: overlay: Fix xml format
Also fix build error on KeyHandler
This commit is contained in:
parent
8582551795
commit
1a5ab61e97
2 changed files with 2 additions and 1 deletions
|
|
@ -30,5 +30,6 @@ public class KeyHandler implements DeviceKeyHandler {
|
|||
return event;
|
||||
}
|
||||
*/
|
||||
return event;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
<!-- List of comma separated package names for
|
||||
which we the system will not show crash, ANR,
|
||||
etc. dialogs. -->
|
||||
<string name="config_appsNotReportingCrashes">com.google.android.tts</string
|
||||
<string name="config_appsNotReportingCrashes">com.google.android.tts</string>
|
||||
|
||||
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
||||
<integer-array name="config_keyboardTapVibePattern">
|
||||
|
|
|
|||
Loading…
Reference in a new issue