change package name + apk && aab
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
package com.safemobile.safedispatch;
|
||||
|
||||
import android.os.Bundle;
|
||||
import androidx.fragment.app.FragmentActivity;
|
||||
|
||||
public class MapDemo extends FragmentActivity {
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.mapdemo);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user