mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
Add credits to HotspotService
This commit is contained in:
parent
2053e68926
commit
5a8cbb2efc
@ -25,6 +25,11 @@ import static org.kiwix.kiwixmobile.main.MainActivity.ACTION_TURN_ON_AFTER_O;
|
||||
import static org.kiwix.kiwixmobile.main.MainActivity.ACTION_TURN_ON_BEFORE_O;
|
||||
import static org.kiwix.kiwixmobile.main.MainActivity.startHotspotDetails;
|
||||
|
||||
/**
|
||||
* HotspotService is used to add a foreground service for the wifi hotspot.
|
||||
* Created by Adeel Zafar on 07/01/2019.
|
||||
*/
|
||||
|
||||
public class HotspotService extends Service {
|
||||
private static final int HOTSPOT_NOTIFICATION_ID = 666;
|
||||
public static final String ACTION_START = "hotspot_start";
|
||||
|
Loading…
x
Reference in New Issue
Block a user