mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -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;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
return event;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
<!-- List of comma separated package names for
|
<!-- List of comma separated package names for
|
||||||
which we the system will not show crash, ANR,
|
which we the system will not show crash, ANR,
|
||||||
etc. dialogs. -->
|
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 -->
|
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
||||||
<integer-array name="config_keyboardTapVibePattern">
|
<integer-array name="config_keyboardTapVibePattern">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue