mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-06-05 21:59:19 +02:00
change the package name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package flashlight.simplemobiletools.com;
|
||||
package com.simplemobiletools.flashlight;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
@@ -1,4 +1,4 @@
|
||||
package flashlight.simplemobiletools.com;
|
||||
package com.simplemobiletools.flashlight;
|
||||
|
||||
public interface MyCamera {
|
||||
void enableFlashlight();
|
||||
@@ -1,4 +1,4 @@
|
||||
package flashlight.simplemobiletools.com;
|
||||
package com.simplemobiletools.flashlight;
|
||||
|
||||
import android.hardware.Camera;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package flashlight.simplemobiletools.com;
|
||||
package com.simplemobiletools.flashlight;
|
||||
|
||||
import android.app.PendingIntent;
|
||||
import android.appwidget.AppWidgetManager;
|
||||
Reference in New Issue
Block a user