diff options
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c09c1209..ae058ff2 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -93,6 +93,7 @@ <activity android:name=".LoginActivity" android:theme="@style/AppTheme.NoActionBar" /> + <receiver android:name=".services.NotificationReceiver" android:enabled="true" @@ -103,6 +104,9 @@ <action android:name="com.pitchedapps.frost.NOTIFICATIONS" /> </intent-filter> </receiver> + <meta-data + android:name="io.fabric.ApiKey" + android:value="${fabricApiKey}" /> </application> </manifest>
\ No newline at end of file |