更改包名
parent
e70e8d7b0f
commit
24e7d32b8f
@ -1,4 +1,4 @@
|
||||
package com.xypower.camera2raw;
|
||||
package com.xypower.mppreview;
|
||||
|
||||
import android.content.Context;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.xypower.camera2raw;
|
||||
package com.xypower.mppreview;
|
||||
|
||||
import android.Manifest;
|
||||
import android.app.Activity;
|
@ -1,4 +1,4 @@
|
||||
package com.xypower.camera2raw;
|
||||
package com.xypower.mppreview;
|
||||
|
||||
import android.graphics.Matrix;
|
||||
import android.graphics.Rect;
|
@ -1,10 +1,9 @@
|
||||
package com.xypower.camera2raw;
|
||||
package com.xypower.mppreview;
|
||||
|
||||
import androidx.appcompat.app.AlertDialog;
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.util.Log;
|
||||
import android.view.Menu;
|
||||
import android.view.MenuItem;
|
||||
|
@ -1,6 +1,5 @@
|
||||
package com.xypower.camera2raw;
|
||||
package com.xypower.mppreview;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.BitmapFactory;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.xypower.camera2raw;
|
||||
package com.xypower.mppreview;
|
||||
|
||||
import org.junit.Test;
|
||||
|
Loading…
Reference in New Issue