We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c49855 commit d05bb11Copy full SHA for d05bb11
app/src/main/AndroidManifest.xml
@@ -20,6 +20,9 @@
20
android:theme="@style/WelcomeScreenTheme"
21
android:screenOrientation="portrait"/>
22
<activity android:name=".TodayActivity"></activity>
23
+ <activity android:name=".PopupActivity"
24
+ android:theme="@style/AppTheme.CustomTheme"></activity>
25
+ <receiver android:name=".NotificationActivity"></receiver>
26
</application>
-
27
+ <uses-permission android:name="com.android.alarm.permission.SET_ALARM"></uses-permission>
28
</manifest>
0 commit comments