Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 5410a211 authored by Eugene's avatar Eugene
Browse files

Ignore GoogleAppIndexingUrlError in License activity

parent 6cecc209
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest
        xmlns:tools="http://schemas.android.com/tools"
        package="org.asdtm.goodweather"
    xmlns:android="http://schemas.android.com/apk/res/android">

@@ -75,7 +76,8 @@
        <activity
                android:theme="@style/AppTheme.ActionBar"
                android:name=".LicenseActivity"
            android:exported="false">
                android:exported="false"
                tools:ignore="GoogleAppIndexingUrlError">
            <intent-filter>
                <action android:name="android.intent.action.VIEW"/>
                <category android:name="android.intent.category.DEFAULT"/>