mirror of https://github.com/TeamNewPipe/NewPipe
made lint ignore that parentActivityName is not compatible to sdk 15
This commit is contained in:
parent
6ca9e52f2f
commit
e41c46c075
|
@ -71,7 +71,7 @@
|
|||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:theme="@style/FullscreenTheme"
|
||||
android:parentActivityName=".VideoItemDetailActivity"
|
||||
>
|
||||
tools:ignore="UnusedAttribute">
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".SettingsActivity"
|
||||
|
|
Loading…
Reference in New Issue