Изменил название пакета, начал работу по регистрации магазина
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.yourcompany.checker"
|
||||
package="com.dinnect.checker"
|
||||
android:versionCode="1"
|
||||
android:versionName="0.0.1">
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.yourcompany.checker;
|
||||
package com.dinnect.checker;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.content.pm.ActivityInfo;
|
||||
@@ -29,8 +29,8 @@ import net.sourceforge.zbar.Symbol;
|
||||
import net.sourceforge.zbar.SymbolSet;
|
||||
import net.sourceforge.zbar.Config;
|
||||
|
||||
import com.yourcompany.checker.R;
|
||||
import com.yourcompany.checker.view.CameraPreview;
|
||||
import com.dinnect.checker.R;
|
||||
import com.dinnect.checker.view.CameraPreview;
|
||||
|
||||
public class CameraActivity extends Activity {
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
package com.yourcompany.checker;
|
||||
package com.dinnect.checker;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.content.Intent;
|
||||
import android.util.Log;
|
||||
import com.yourcompany.checker.CameraActivity;
|
||||
import com.dinnect.checker.CameraActivity;
|
||||
|
||||
import io.flutter.app.FlutterActivity;
|
||||
import io.flutter.plugins.GeneratedPluginRegistrant;
|
||||
@@ -15,7 +15,7 @@ import io.flutter.plugin.common.MethodChannel.Result;
|
||||
|
||||
public class MainActivity extends FlutterActivity {
|
||||
|
||||
private static final String CHANNEL = "com.yourcompany.checker/scanner";
|
||||
private static final String CHANNEL = "com.dinnect.checker/scanner";
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.yourcompany.checker.view;
|
||||
package com.dinnect.checker.view;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user