checkpoint: Lost My Phone app - SMS triggers, DND override, mediaPlayback FGS

This commit is contained in:
avi 2026-08-06 16:24:28 -05:00
commit 220dd85ed3
16 changed files with 1147 additions and 0 deletions

3
app/proguard-rules.pro vendored Normal file
View file

@ -0,0 +1,3 @@
# Add project specific ProGuard rules here.
# Keep the SMS receiver and service since they are referenced by the manifest.
-keep class com.example.lostmyphone.** { *; }