Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkoen committed May 22, 2024
1 parent 9aa6419 commit aed1bdb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.microg.nlp.backend.ichnaea">
package="test.beacondb">

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
Expand Down Expand Up @@ -35,7 +35,7 @@
android:value="@string/summary" />
<meta-data
android:name="org.microg.nlp.BACKEND_SETTINGS_ACTIVITY"
android:value="org.microg.nlp.backend.ichnaea.SettingsActivity" />
android:value="test.beacondb.SettingsActivity" />
</service>

<activity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

package org.microg.nlp.backend.ichnaea;
package test.beacondb;

import android.content.SharedPreferences;
import android.location.Location;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

package org.microg.nlp.backend.ichnaea;
package test.beacondb;

import android.content.ContentValues;
import android.content.Context;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

package org.microg.nlp.backend.ichnaea;
package test.beacondb;

import android.location.Location;
import android.util.Log;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

package org.microg.nlp.backend.ichnaea;
package test.beacondb;

import android.location.Location;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

package org.microg.nlp.backend.ichnaea;
package test.beacondb;

import android.os.Bundle;
import android.preference.PreferenceActivity;
Expand Down

0 comments on commit aed1bdb

Please sign in to comment.