mirror of
https://github.com/openharmony/base_location.git
synced 2026-08-24 22:31:51 -04:00
GetAppsInitiatingLocation
Signed-off-by: sidecai <sidecai@h-partners.com>
This commit is contained in:
@@ -115,7 +115,7 @@ public:
|
||||
|
||||
static AppIdentity* Unmarshalling(Parcel& parcel)
|
||||
{
|
||||
auto identity = std::make_shared<AppIdentity>();
|
||||
auto identity = new AppIdentity();
|
||||
identity->ReadFromParcel(parcel);
|
||||
return identity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user