File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
19
19
import org .renpy .android .Hardware ;
20
20
21
- //new imports for channel definition
21
+ //imports for channel definition
22
22
import android .app .NotificationManager ;
23
23
import android .app .NotificationChannel ;
24
24
import android .content .Context ;
@@ -135,7 +135,7 @@ protected void doStartForeground(Bundle extras) {
135
135
/**
136
136
* https://stackoverflow.com/questions/47531742/startforeground-fail-after-upgrade-to-android-8-1
137
137
*
138
- * this change is necessary because from Android 8 on we need our own channel
138
+ * necessary because from Android 8 on we need our own channel
139
139
*/
140
140
private void startForegroundWithNewChannel (int id , Notification notification ){
141
141
String NOTIFICATION_CHANNEL_ID = "org.bd.pureservice" ; //TODO: dynamically
You can’t perform that action at this time.
0 commit comments