Skip to content
forked from microg/GmsCore

Commit 6afcca0

Browse files
committedSep 27, 2020
EN: Add latest API details, improve performance
1 parent cab09cb commit 6afcca0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1601
-215
lines changed
 

‎play-services-basement/src/main/java/com/google/android/gms/common/api/ApiException.java

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
package com.google.android.gms.common.api;
1+
/*
2+
* SPDX-FileCopyrightText: 2020, microG Project Team
3+
* SPDX-License-Identifier: Apache-2.0
4+
* Notice: Portions of this file are reproduced from work created and shared by Google and used
5+
* according to terms described in the Creative Commons 4.0 Attribution License.
6+
* See https://developers.google.com/readme/policies for details.
7+
*/
28

3-
import com.google.android.gms.common.api.Status;
9+
package com.google.android.gms.common.api;
410

511
import org.microg.gms.common.PublicApi;
612

‎play-services-basement/src/main/java/com/google/android/gms/common/api/ResolvableApiException.java

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2020, microG Project Team
3+
* SPDX-License-Identifier: Apache-2.0
4+
* Notice: Portions of this file are reproduced from work created and shared by Google and used
5+
* according to terms described in the Creative Commons 4.0 Attribution License.
6+
* See https://developers.google.com/readme/policies for details.
7+
*/
8+
19
package com.google.android.gms.common.api;
210

311
import android.app.Activity;

0 commit comments

Comments
 (0)