Skip to content

Commit d05bb11

Browse files
authored
Update AndroidManifest.xml
1 parent 9c49855 commit d05bb11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
android:theme="@style/WelcomeScreenTheme"
2121
android:screenOrientation="portrait"/>
2222
<activity android:name=".TodayActivity"></activity>
23+
<activity android:name=".PopupActivity"
24+
android:theme="@style/AppTheme.CustomTheme"></activity>
25+
<receiver android:name=".NotificationActivity"></receiver>
2326
</application>
24-
27+
<uses-permission android:name="com.android.alarm.permission.SET_ALARM"></uses-permission>
2528
</manifest>

0 commit comments

Comments
 (0)