|
|
@ -1,7 +1,7 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
package="com.xypower.camera2raw">
|
|
|
|
package="com.xypower.mppreview">
|
|
|
|
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
@ -19,10 +19,10 @@
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
|
android:supportsRtl="true"
|
|
|
|
android:supportsRtl="true"
|
|
|
|
android:theme="@style/Theme.Camera2Raw"
|
|
|
|
android:theme="@style/Theme.MpPreview"
|
|
|
|
tools:targetApi="31">
|
|
|
|
tools:targetApi="31">
|
|
|
|
<activity
|
|
|
|
<activity
|
|
|
|
android:name=".MainActivity"
|
|
|
|
android:name="com.xypower.mppreview.MainActivity"
|
|
|
|
android:exported="true">
|
|
|
|
android:exported="true">
|
|
|
|
<intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|