fix(pt): Removed dead sources (#185)

This commit is contained in:
WebDitto 2024-08-28 18:18:15 -03:00 committed by GitHub
parent dd60c16232
commit 7e6ce5e3f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 0 additions and 1234 deletions

View file

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name=".pt.animestc.AnimesTCUrlActivity"
android:excludeFromRecents="true"
android:exported="true"
android:theme="@android:style/Theme.NoDisplay">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="www.animestc.net"
android:pathPattern="/animes/..*"
android:scheme="https" />
</intent-filter>
</activity>
</application>
</manifest>