Skip to content

Commit

Permalink
Revert "Add dummy service for AUDIT(154) (microg#2156)"
Browse files Browse the repository at this point in the history
This reverts commit 174a7ba.
  • Loading branch information
WSTxda committed Feb 20, 2024
1 parent f4c334e commit 5c7929b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 129 deletions.
3 changes: 0 additions & 3 deletions play-services-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,4 @@ android {

dependencies {
api project(':play-services-base')
api project(':play-services-phenotype')

annotationProcessor project(':safe-parcel-processor')
}

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public final class Status extends AbstractSafeParcelable implements Result {
@PublicApi(exclude = true)
public static final Status CANCELED = new Status(CommonStatusCodes.CANCELED, "Cancelled");
@PublicApi(exclude = true)
public static final Status SUCCESS_CACHE = new Status(CommonStatusCodes.SUCCESS_CACHE, "Success");
@PublicApi(exclude = true)
public static final Status SUCCESS = new Status(CommonStatusCodes.SUCCESS, "Success");

@Field(1000)
Expand Down
6 changes: 0 additions & 6 deletions play-services-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -497,12 +497,6 @@
</intent-filter>
</service>

<service android:name="com.google.android.gms.audit.internal.AuditApiService">
<intent-filter>
<action android:name="com.google.android.gms.audit.service.START" />
</intent-filter>
</service>

<service android:name="org.microg.gms.DummyService">
<intent-filter>
<action android:name="com.google.android.contextmanager.service.ContextManagerService.START" />
Expand Down

This file was deleted.

0 comments on commit 5c7929b

Please sign in to comment.