Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00b108e0 authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Update ActivityManager.opeContentUri transaction id.

Bug: 30977067
Test: Verified that transaction can be made from native code
      to ActivityManagerService.
Change-Id: Icb56b6be2e7a10d1883bfcdd94808d225df4a9d8
parent b333739b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

namespace android {

const uint32_t OPEN_CONTENT_URI_TRANSACTION = IBinder::FIRST_CALL_TRANSACTION + 4;
const uint32_t OPEN_CONTENT_URI_TRANSACTION = IBinder::FIRST_CALL_TRANSACTION;

// Perform ContentProvider.openFile() on the given URI, returning
// the resulting native file descriptor.  Returns < 0 on error.