change the package name

This commit is contained in:
tibbi
2016-02-25 22:05:29 +01:00
parent e19a02c017
commit 9849fb7164
9 changed files with 14 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
package flashlight.simplemobiletools.com;
package com.simplemobiletools.flashlight;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;

View File

@@ -1,4 +1,4 @@
package flashlight.simplemobiletools.com;
package com.simplemobiletools.flashlight;
public interface MyCamera {
void enableFlashlight();

View File

@@ -1,4 +1,4 @@
package flashlight.simplemobiletools.com;
package com.simplemobiletools.flashlight;
import android.hardware.Camera;

View File

@@ -1,4 +1,4 @@
package flashlight.simplemobiletools.com;
package com.simplemobiletools.flashlight;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;