This commit is contained in:
2026-04-10 15:31:07 +09:00
parent 964655af7f
commit 162d2b7563
18 changed files with 1151 additions and 195 deletions
+15 -2
View File
@@ -62,6 +62,14 @@
<uses-permission android:name="android.permission.RECEIVE_SMS" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" android:required="false" />
<queries>
<package android:name="com.google.android.gms" />
<intent>
<action android:name="com.google.android.gms.actions.SEARCH_ACTION" />
</intent>
</queries>
<application
android:name=".LunaticLauncher"
android:icon="@drawable/ic_launcher"
@@ -105,9 +113,12 @@
<data android:mimeType="*/*"/>
</intent-filter>
</activity>
<activity
android:name=".home.TranslatorActivity"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".player.PlayerActivity"
android:theme="@style/Theme.Player"
android:launchMode="singleInstance"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:screenOrientation="sensor"
@@ -233,6 +244,8 @@
</service>
<service android:name="bums.lunatic.launcher.workers.LocationUpdateService" />
<meta-data
android:name="com.google.mlkit.vision.DEPENDENCIES"
android:value="ocr,langid,translate" />
</application>
</manifest>