Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
banditAmit committed Jul 28, 2024
1 parent ed01042 commit c3e3c65
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,14 @@
<action android:name="com.BugBazaar.CUSTOMACT" />
</intent-filter>
</receiver>

<receiver
android:name=".BugBazaarAddress"
android:enabled="true"
android:exported="false">
<intent-filter>
<action android:name="bugbazaar.address_update"></action>
</intent-filter>
</receiver>
<service
android:name=".ui.components.SMSService"
android:enabled="true"
Expand All @@ -195,4 +202,4 @@
</service>
</application>

</manifest>
</manifest>

0 comments on commit c3e3c65

Please sign in to comment.