Update to follow interface change.

Change-Id: I3ef37a32144e79b481af1b12c89531f3757689ef
This commit is contained in:
Dianne Hackborn 2014-04-03 12:06:48 -07:00
parent 18b94aa848
commit f74865eb52

View File

@ -55,6 +55,7 @@ public:
data.writeString16(tag);
data.writeString16(packageName);
data.writeInt32(0); // no WorkSource
data.writeString16(NULL, 0); // no history tag
return remote()->transact(ACQUIRE_WAKE_LOCK, data, &reply);
}