mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-21 11:28:56 -04:00
Fixing build
This commit is contained in:
parent
e90a1dc992
commit
6094713763
@ -81,7 +81,7 @@ public class HotspotNotificationManager {
|
||||
.addAction(R.drawable.ic_close_white_24dp,
|
||||
context.getString(R.string.stop),
|
||||
stopHotspot)
|
||||
.setChannelId(Constants.HOTSPOT_SERVICE_CHANNEL_ID)
|
||||
.setChannelId(HOTSPOT_SERVICE_CHANNEL_ID)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,7 @@ package org.kiwix.kiwixmobile.core.utils
|
||||
|
||||
object Constants {
|
||||
const val TAG_KIWIX = "kiwix"
|
||||
const val CONTACT_EMAIL_ADDRESS = "android@kiwix.org";
|
||||
const val CONTACT_EMAIL_ADDRESS = "android@kiwix.org"
|
||||
|
||||
// Request stuff
|
||||
const val REQUEST_STORAGE_PERMISSION = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user