Skip to content

Commit

Permalink
Refactored Notification mirroring logic
Browse files Browse the repository at this point in the history
  • Loading branch information
choiman1559 committed Sep 3, 2024
1 parent 409f551 commit cfc48ac
Show file tree
Hide file tree
Showing 15 changed files with 739 additions and 447 deletions.
6 changes: 3 additions & 3 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

318 changes: 0 additions & 318 deletions .idea/other.xml

This file was deleted.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ android {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
</receiver>

<receiver android:name=".service.BitmapIPCManager$BitmapDismissBroadcastListener" android:exported="false"/>
<receiver android:name=".service.mirnoti.NotificationActionProcess$NotificationActionRaiseBroadcastReceiver" android:exported="false"/>

<receiver android:name=".receiver.FindDeviceCancelReceiver" />

Expand Down
Loading

0 comments on commit cfc48ac

Please sign in to comment.