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

Verified Commit 6afcca03 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

EN: Add latest API details, improve performance

parent cab09cb2
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
package com.google.android.gms.common.api;
/*
 * SPDX-FileCopyrightText: 2020, microG Project Team
 * SPDX-License-Identifier: Apache-2.0
 * Notice: Portions of this file are reproduced from work created and shared by Google and used
 *         according to terms described in the Creative Commons 4.0 Attribution License.
 *         See https://developers.google.com/readme/policies for details.
 */

import com.google.android.gms.common.api.Status;
package com.google.android.gms.common.api;

import org.microg.gms.common.PublicApi;

+8 −0
Original line number Diff line number Diff line
/*
 * SPDX-FileCopyrightText: 2020, microG Project Team
 * SPDX-License-Identifier: Apache-2.0
 * Notice: Portions of this file are reproduced from work created and shared by Google and used
 *         according to terms described in the Creative Commons 4.0 Attribution License.
 *         See https://developers.google.com/readme/policies for details.
 */

package com.google.android.gms.common.api;

import android.app.Activity;
+0 −1
Original line number Diff line number Diff line
@@ -23,6 +23,5 @@ android {

dependencies {
    api project(':play-services-basement')

    api project(':play-services-base-api')
}
+8 −0
Original line number Diff line number Diff line
/*
 * SPDX-FileCopyrightText: 2020, microG Project Team
 * SPDX-License-Identifier: Apache-2.0
 */

package com.google.android.gms.nearby.exposurenotification;

parcelable DailySummary;
+8 −0
Original line number Diff line number Diff line
/*
 * SPDX-FileCopyrightText: 2020, microG Project Team
 * SPDX-License-Identifier: Apache-2.0
 */

package com.google.android.gms.nearby.exposurenotification;

parcelable DiagnosisKeysDataMapping;
Loading