mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
change the package name
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
package notes.simplemobiletools.com;
|
||||
package com.simplemobiletools.notes;
|
||||
|
||||
public class Constants {
|
||||
public static final String PREFS = "prefs";
|
@ -1,4 +1,4 @@
|
||||
package notes.simplemobiletools.com;
|
||||
package com.simplemobiletools.notes;
|
||||
|
||||
import android.appwidget.AppWidgetManager;
|
||||
import android.content.ComponentName;
|
@ -1,4 +1,4 @@
|
||||
package notes.simplemobiletools.com;
|
||||
package com.simplemobiletools.notes;
|
||||
|
||||
import android.appwidget.AppWidgetManager;
|
||||
import android.content.Context;
|
@ -1,4 +1,4 @@
|
||||
package notes.simplemobiletools.com;
|
||||
package com.simplemobiletools.notes;
|
||||
|
||||
import android.appwidget.AppWidgetManager;
|
||||
import android.appwidget.AppWidgetProvider;
|
Reference in New Issue
Block a user