Fixed
Status Update
Comments
ar...@google.com <ar...@google.com> #2
We use build flavours heavily with a lot of common code. The refactoring support in AS is really good but it continually catches us out when it doesn't work across all flavours in a project. It's a big gap for serious product development.
ar...@google.com <ar...@google.com> #3
We at my company need this same feature. We have a lot of white labels and need refactor the same class across flavours. :(
[Deleted User] <[Deleted User]> #4
I need this feature too...
Description
1, It reproduced only in Instant app (
2. Get any valid video file inside instant app, for example from
3. Call mediaExtractor.setDataSource(pathToFile) on it
Expected result: mediaExtractor.setDataSource() completed
Actual result:
1. mediaExtractor.setDataSource function hangs and never return any result.
2. Next logcat output is repeated constantly
I/ServiceManager: Waiting for service drm.drmManager...
W/DrmManagerClientImpl(Native): DrmManagerService not published, waiting...
Important: Same code work correctly in usual android application.
Sample application in attachment. !!! Issue reproduces only in :instantApp module.
OS: Android 8.0,0
Device: Nexus 5X
Build: OPR4.170623.006