NTP-66974 mark enabled as false for glance widget receivers in manifest (#16615)

This commit is contained in:
Hitesh Kumar
2025-06-17 16:39:16 +05:30
committed by GitHub
parent c792b22013
commit 08b644df9d
2 changed files with 4 additions and 2 deletions

View File

@@ -232,7 +232,8 @@
<!-- for Appsflyer install tracking -->
<receiver
android:name="com.naviapp.glance.receiver.NaviPaySectionGlanceWidgetReceiver"
android:exported="true">
android:exported="true"
android:enabled="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>