Add removeInstanceForPackageMethod to SensorManager
In order to ensure that clients don't leak their sensor manager instance that we currently store in a static map, they need to be able to remove their instance. Otherwise, this instance is never removed from the list and will hang around until our SensorManage instance is destroyed. Bug: 269014004 Test: Run ./libsensorserviceaidl_fuzzer Change-Id: I52185f74ae8d28b379440235ca6f03c5089081f5 (cherry picked from commit 9532f7c6) Merged-In: I52185f74ae8d28b379440235ca6f03c5089081f5
Loading
-
mentioned in commit 51a46d33
-
mentioned in commit b456f788
-
mentioned in commit 32b9a246
-
mentioned in commit 24aa868e
-
mentioned in commit 58fa52b5
-
mentioned in commit 9297da42
-
mentioned in commit 793977f4
-
mentioned in commit 87115667
-
mentioned in commit 00c0cd3e
-
mentioned in commit 05296b9e
-
mentioned in commit 3a9ccece
-
mentioned in commit d8a57dd9
-
mentioned in commit b5fa3076
-
mentioned in commit d45cafa6
-
mentioned in commit 28da1aae
Please register or sign in to comment