Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-08-30 13:46:07 -04:00
parent 4afb99b6d1
commit 56b71651c5
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
3 changed files with 9 additions and 5 deletions

View file

@ -299,8 +299,12 @@ echo "Deblobbing...";
fi;
fi;
#Google Camera
blobs=$blobs"|com.google.android.camera.*|PixelCameraServices.*.apk";
#Google Camera (app)
blobs=$blobs"|com.google.android.camera.experimental.*";
#Google Camera (system) Extensions
blobs=$blobs"|PixelCameraServices.*.apk";
blobs=$blobs"|com.google.android.camera.extensions.*";
#Google NFC
blobs=$blobs"|PixelNfc.apk";