소스 검색

Remove never used activity declarations

cooperku_kdanmobile 5 년 전
부모
커밋
13cec82d4d
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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>