This commit is contained in:
Hamza-Ayed
2024-07-21 19:51:06 +03:00
parent 9b9e5f29f5
commit d6410e45a4
7 changed files with 154 additions and 152 deletions

View File

@@ -49,5 +49,17 @@
android:name="com.yalantis.ucrop.UCropActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
<service
android:name=".LocationUpdatesService"
android:exported="false" />
<receiver
android:name=".YourBroadcastReceiver"
android:exported="false">
<intent-filter>
<action android:name="com.example.ACTION" />
</intent-filter>
</receiver>
</application>
</manifest>