* Decompile and recreate Soul Browser v1.4.85 with APK CI builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix CI build: include bundled google.jks and remove PR trigger The apktool build failed in CI because app/unknown/.../google.jks was excluded by the *.jks gitignore rule. Whitelist app-bundled JKS files and commit the missing resource. Also remove the redundant pull_request workflow trigger. Co-authored-by: KaKi87 <KaKi87@pm.me> * Change package ID to com.github.kaki87.soulbrowser Rename the application ID so the rebuilt APK can be installed alongside the original Soul Browser from Google Play. - Update AndroidManifest package, permissions, providers, and actions - Update R class references in smali (com/github/kaki87/soulbrowser/R) - Update shortcuts.xml targetPackage - Rename app label to "Soul Rebuild" for easy identification Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install compatibility: remove split APK metadata and bundle native libs The rebuilt APK still declared requiredSplitTypes and Play Store split metadata, causing Android to reject standalone installs as incompatible. - Remove requiredSplitTypes and split-related manifest meta-data - Merge native libs from all ABI splits with uncompressed storage - Page-align before signing for extractNativeLibs=false - Add .so to apktool doNotCompress list Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install failure: use apksigner v2/v3 and bundle arm64 native libs Target SDK 36 requires APK Signature Scheme v2+, but jarsigner only produces v1 signatures, causing Android to reject the install. - Sign with apksigner (v1+v2+v3) instead of jarsigner - Add arm64-v8a native libraries from universal Soul Browser 1.4.79 - Set extractNativeLibs=true for reliable sideload installs - Commit stable debug keystore for consistent signatures across builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Add committed debug keystore for consistent APK signatures Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix startup crash: use original classes2.dex desugar libraries Apktool recompiles smali_classes2 into a broken classes2.dex, causing ClassNotFoundException for j$.com.android.tools.r8.a at ML Kit init. Inject the original classes2.dex (Java 8+ desugar libs) after apktool build instead of using the recompiled version. Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix missing drawable resources from density split APKs The base APK is an app bundle module; density-specific drawables like seek_thumb_nor_b live in config.xhdpi.apk and were missing after rebuild, causing Resources$NotFoundException at runtime. - Merge non-9-patch resources from split APKs before apktool build - Sync public.xml IDs from R smali only when backing files exist - Add 713 density-specific resource IDs to public.xml Co-authored-by: KaKi87 <KaKi87@pm.me> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
109 lines
4.4 KiB
Java
109 lines
4.4 KiB
Java
package com.google.android.gms.internal.location;
|
|
|
|
import android.content.Context;
|
|
import android.os.Looper;
|
|
import android.util.Log;
|
|
import com.google.android.gms.common.api.GoogleApiClient;
|
|
import com.google.android.gms.common.api.internal.BaseImplementation;
|
|
import com.google.android.gms.common.internal.ClientSettings;
|
|
import com.google.android.gms.common.internal.Preconditions;
|
|
import com.google.android.gms.location.LocationAvailability;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzaz extends zzi {
|
|
public final zzav g;
|
|
|
|
public zzaz(Context context, Looper looper, GoogleApiClient.ConnectionCallbacks connectionCallbacks, GoogleApiClient.OnConnectionFailedListener onConnectionFailedListener, String str, ClientSettings clientSettings) {
|
|
super(context, looper, connectionCallbacks, onConnectionFailedListener, str, clientSettings);
|
|
this.g = new zzav(context, this.f);
|
|
}
|
|
|
|
public final LocationAvailability d() {
|
|
zzav zzavVar = this.g;
|
|
zzh zzhVar = (zzh) zzavVar.f10350a;
|
|
zzhVar.f10361a.checkConnected();
|
|
return zzhVar.a().z0(zzavVar.b.getPackageName());
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.BaseGmsClient, com.google.android.gms.common.api.Api.Client
|
|
public final void disconnect() {
|
|
synchronized (this.g) {
|
|
if (isConnected()) {
|
|
try {
|
|
this.g.c();
|
|
this.g.getClass();
|
|
} catch (Exception e) {
|
|
Log.e("LocationClientImpl", "Client disconnected before listeners could be cleaned up", e);
|
|
}
|
|
}
|
|
super.disconnect();
|
|
}
|
|
}
|
|
|
|
public final void e(zzah zzahVar) {
|
|
zzh zzhVar = (zzh) this.g.f10350a;
|
|
zzhVar.f10361a.checkConnected();
|
|
zzhVar.a().f0(new zzbc(2, null, null, null, null, zzahVar));
|
|
}
|
|
|
|
public final void f() {
|
|
zzh zzhVar = (zzh) this.g.f10350a;
|
|
zzhVar.f10361a.checkConnected();
|
|
zzhVar.a().zzp();
|
|
}
|
|
|
|
public final void g() {
|
|
zzh zzhVar = (zzh) this.g.f10350a;
|
|
zzhVar.f10361a.checkConnected();
|
|
zzhVar.a().zzq();
|
|
}
|
|
|
|
public final void h(zzah zzahVar) {
|
|
zzh zzhVar = (zzh) this.g.f10350a;
|
|
zzhVar.f10361a.checkConnected();
|
|
zzhVar.a().p3(zzahVar);
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
/* JADX WARN: Type inference failed for: r2v0, types: [com.google.android.gms.internal.location.zzb, com.google.android.gms.internal.location.zzao, com.google.android.gms.internal.location.zzay] */
|
|
public final void i(BaseImplementation.ResultHolder resultHolder) {
|
|
checkConnected();
|
|
Preconditions.checkArgument(false, "locationSettingsRequest can't be null nor empty.");
|
|
Preconditions.checkArgument(true, "listener can't be null.");
|
|
?? zzbVar = new zzb("com.google.android.gms.location.internal.ISettingsCallbacks");
|
|
Preconditions.checkArgument(true, "listener can't be null.");
|
|
zzbVar.f10354c = resultHolder;
|
|
((zzam) getService()).G3(zzbVar);
|
|
}
|
|
|
|
public final void j() {
|
|
checkConnected();
|
|
Preconditions.checkNotNull(null);
|
|
Preconditions.checkArgument(true, "detectionIntervalMillis must be >= 0");
|
|
((zzam) getService()).zzh();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
/* JADX WARN: Type inference failed for: r0v3, types: [com.google.android.gms.internal.location.zzaw, com.google.android.gms.internal.location.zzaj, com.google.android.gms.internal.location.zzak] */
|
|
public final void k(BaseImplementation.ResultHolder resultHolder) {
|
|
checkConnected();
|
|
Preconditions.checkNotNull(null, "geofencingRequest can't be null.");
|
|
Preconditions.checkNotNull(null, "PendingIntent must be specified.");
|
|
Preconditions.checkNotNull(resultHolder, "ResultHolder not provided.");
|
|
?? zzajVar = new zzaj();
|
|
zzajVar.f10352c = resultHolder;
|
|
((zzam) getService()).m0(zzajVar);
|
|
}
|
|
|
|
public final void l(BaseImplementation.ResultHolder resultHolder) {
|
|
checkConnected();
|
|
Preconditions.checkNotNull(null, "PendingIntent must be specified.");
|
|
Preconditions.checkNotNull(resultHolder, "ResultHolder not provided.");
|
|
((zzam) getService()).h0(new zzax(resultHolder), getContext().getPackageName());
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.BaseGmsClient
|
|
public final boolean usesClientTelemetry() {
|
|
return true;
|
|
}
|
|
}
|