move PebbleContentProvider.java

here
Andreas Shimokawa 2016-01-22 20:38:44 +01:00
parent b9c1332442
commit a72373c17c
2 changed files with 2 additions and 3 deletions

View File

@ -245,7 +245,7 @@
android:name=".activities.AlarmDetails"
android:label="@string/title_activity_alarm_details"
android:parentActivityName=".activities.ConfigureAlarms"/>
<provider android:authorities="com.getpebble.android.provider" android:exported="true" android:name=".service.devices.pebble.PebbleContentProvider" android:process=":framework"/>
<provider android:authorities="com.getpebble.android.provider" android:exported="true" android:name=".contentprovider.PebbleContentProvider" />
</application>
</manifest>

View File

@ -1,8 +1,7 @@
package nodomain.freeyourgadget.gadgetbridge.service.devices.pebble;
package nodomain.freeyourgadget.gadgetbridge.contentprovider;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.MatrixCursor;
import android.net.Uri;