diff options
author | 2011-11-15 17:48:10 -0800 | |
---|---|---|
committer | 2011-11-15 18:00:10 -0800 | |
commit | 1e08fe90df18930691b0c2ec22e5db25d7fcb4cf (patch) | |
tree | 772ffaafe6917d37ee65f5ed3d653230557bdc80 /include/ui/KeyCharacterMap.h | |
parent | 9058435dc1a741030c042c4d6f2512f5d1605e5d (diff) |
Eliminate hw.keyboards system properties.
Stop using system properties to publish information about
the key character map path. Instead, we can retrieve it
on demand by asking the window manager.
It was possible to exhaust the supply of system properties
when repeatedly adding and removing input devices.
Bug: 5532806
Change-Id: Idd361a24ad7db2edc185c8546db7fb05f9c28669
Diffstat (limited to 'include/ui/KeyCharacterMap.h')
-rw-r--r-- | include/ui/KeyCharacterMap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/KeyCharacterMap.h b/include/ui/KeyCharacterMap.h index 10a38109d553..be14432ae59b 100644 --- a/include/ui/KeyCharacterMap.h +++ b/include/ui/KeyCharacterMap.h @@ -53,7 +53,6 @@ public: ~KeyCharacterMap(); static status_t load(const String8& filename, KeyCharacterMap** outMap); - static status_t loadByDeviceId(int32_t deviceId, KeyCharacterMap** outMap); /* Gets the keyboard type. */ int32_t getKeyboardType() const; |