mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: keyhandler: Move to java_sdk_lib
This commit is contained in:
parent
c604e3fb9f
commit
838beb5738
7 changed files with 14 additions and 2 deletions
6
universal7885-common/keyhandler/api/current.txt
Normal file
6
universal7885-common/keyhandler/api/current.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package com.eurekateam.keyhandler {
|
||||
public class KeyHandler {
|
||||
ctor public KeyHandler (android.content.Context);
|
||||
method public android.view.KeyEvent handleKeyEvent();
|
||||
}
|
||||
}
|
||||
1
universal7885-common/keyhandler/api/removed.txt
Normal file
1
universal7885-common/keyhandler/api/removed.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
// Signature format: 2.0
|
||||
1
universal7885-common/keyhandler/api/system-current.txt
Normal file
1
universal7885-common/keyhandler/api/system-current.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
// Signature format: 2.0
|
||||
1
universal7885-common/keyhandler/api/system-removed.txt
Normal file
1
universal7885-common/keyhandler/api/system-removed.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
// Signature format: 2.0
|
||||
1
universal7885-common/keyhandler/api/test-current.txt
Normal file
1
universal7885-common/keyhandler/api/test-current.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
// Signature format: 2.0
|
||||
1
universal7885-common/keyhandler/api/test-removed.txt
Normal file
1
universal7885-common/keyhandler/api/test-removed.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
// Signature format: 2.0
|
||||
Loading…
Reference in a new issue