| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| SPDX-FileCopyrightText: 2023 The LineageOS Project |
| SPDX-License-Identifier: Apache-2.0 |
| --> |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:tools="http://schemas.android.com/tools" |
| package="com.google.android.apps.googlecamera.fishfood"> |
| |
| <application |
| android:label="ApertureLensLauncher" |
| tools:ignore="MissingApplicationIcon"> |
| <activity |
| android:name=".MainActivity" |
| android:exported="true" |
| android:theme="@android:style/Theme.NoDisplay"> |
| <intent-filter> |
| <action android:name="android.intent.action.MAIN" /> |
| </intent-filter> |
| </activity> |
| </application> |
| </manifest> |