Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Feb 28, 2024
1 parent df9dfc4 commit 1f9203d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datacapturing/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.cyface.datacapturing"><!-- remove package with Gradle 8 [RFR-412] -->
package="de.cyface.datacapturing">

<!-- Required to keep the app from being send to sleep by the system. -->
<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand Down
2 changes: 1 addition & 1 deletion persistence/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.cyface.persistence"><!-- remove package with Gradle 8 [RFR-412] -->
package="de.cyface.persistence">

<application>
<!-- Stub Content provider required for the SyncAdapter. -->
Expand Down
2 changes: 1 addition & 1 deletion synchronization/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.cyface.synchronization"><!-- remove package with Gradle 8 [RFR-412] -->
package="de.cyface.synchronization">
<!-- Required to transmit data to a server -->
<uses-permission android:name="android.permission.INTERNET" />
<!-- Required to check current synchronization interval and whether it is active or not-->
Expand Down
2 changes: 1 addition & 1 deletion testutils/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.cyface.testutils"><!-- remove package with Gradle 8 [RFR-412] -->
package="de.cyface.testutils">

<!-- Required for SharedTestUtils#cleanupOldAccounts() to search and delete accounts and adjust periodic sync -->
<uses-permission
Expand Down

0 comments on commit 1f9203d

Please sign in to comment.