Phone App: rename Android package to com.drivervault.phoneapp

Updates the Gradle namespace/applicationId, moves MainActivity.kt to the
matching source directory, and refreshes the package id in the README.

The Dart package name in pubspec.yaml is unchanged. Since the application
id changed, existing installs will not upgrade in place and their local
secure-storage/prefs data does not carry over.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
tajniak81
2026-07-21 20:03:16 +02:00
co-authored by Claude Opus 4.8
parent a8416d97d8
commit fee4fda974
3 changed files with 5 additions and 6 deletions
@@ -1,4 +1,4 @@
package com.carcontrole.carcontrol_phone
package com.drivervault.phoneapp
import io.flutter.embedding.android.FlutterFragmentActivity