summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2013-08-04 16:50:16 -0700
committerDianne Hackborn <hackbod@google.com>2013-08-05 16:53:26 -0700
commit221ea892dcc661bd07d6f36ff012edca2c48aed4 (patch)
tree33a29861257497ebd865fe5565c9e3bfbde3cb1a /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parent33041bd90301d50c61e6375bbd9bb6da2f1c8cba (diff)
Start restricting service calls with implicit intents.
The bindService() and startService() calls have always had undefined behavior when used with an implicit Intent and there are multiple matching services. Because of this, it is not safe for applications to use such Intents when interacting with services, yet the platform would merrily go about doing... something. In KLP I want to cause this case to be invalid, resulting in an exception thrown back to the app. Unfortunately there are lots of (scary) things relying on this behavior, so we can't immediately turn it into an exception, even one qualified by the caller's target SDK version. In this change, we start loggin a WTF when such a call happens, and clean up some stuff in Bluetooth that was doing this behavior. Change-Id: I62e25d07890588d2362104e20b054aebb6c0e007
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions