Pārlūkot izejas kodu

Remove never used activity declarations

cooperku_kdanmobile 5 gadi atpakaļ
vecāks
revīzija
13cec82d4d
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      app/src/main/AndroidManifest.xml

+ 0 - 4
app/src/main/AndroidManifest.xml

@@ -56,10 +56,6 @@
                 <data android:host="*"/>
             </intent-filter>
         </activity>
-        <activity
-            android:name=".MyPdfThumbActivity"
-            android:exported="true"
-            android:theme="@style/ReaderActivityNoActionBarNoTitle" />
     </application>
 
 </manifest>