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

Unverified Commit 56e633e5 authored by DaVinci9196's avatar DaVinci9196 Committed by GitHub
Browse files

Add functionality needed to share location in Google Maps (#3045)



Co-authored-by: default avatarMarvin W <git@larma.de>
parent 6b68421f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
/*
 * SPDX-FileCopyrightText: 2025 microG Project Team
 * SPDX-License-Identifier: Apache-2.0
 */
package com.google.android.gms.locationsharingreporter;

parcelable IneligibilityRationale;
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
/*
 * SPDX-FileCopyrightText: 2025 microG Project Team
 * SPDX-License-Identifier: Apache-2.0
 */
package com.google.android.gms.locationsharingreporter;

parcelable LocationReportingStatus;
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
/*
 * SPDX-FileCopyrightText: 2025 microG Project Team
 * SPDX-License-Identifier: Apache-2.0
 */
package com.google.android.gms.locationsharingreporter;

parcelable LocationShare;
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
/*
 * SPDX-FileCopyrightText: 2025 microG Project Team
 * SPDX-License-Identifier: Apache-2.0
 */
package com.google.android.gms.locationsharingreporter;

parcelable LocationUploadRequest;
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
/*
 * SPDX-FileCopyrightText: 2025 microG Project Team
 * SPDX-License-Identifier: Apache-2.0
 */
package com.google.android.gms.locationsharingreporter;

parcelable LocationUploadResponse;
 No newline at end of file
Loading