Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Commit 06d2bc0

Browse files
committed
Registered Application subclass in AndroidManifest.
1 parent 73f60de commit 06d2bc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

send-to-desktop-api/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
android:icon="@mipmap/ic_launcher"
88
android:label="@string/app_name"
99
android:supportsRtl="true"
10-
android:theme="@style/AppTheme">
10+
android:theme="@style/AppTheme"
11+
android:name=".MainApplication">
1112
<activity
1213
android:name=".MainActivity"
1314
android:label="@string/app_name"

0 commit comments

Comments
 (0)