mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 15:21:11 +01:00
Fixed lint issues (suppressed, where they cant be fixed)
This commit is contained in:
parent
a151d37a4e
commit
d17d89f7f9
12 changed files with 40 additions and 13 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.github.dfa.diaspora_android">
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.github.dfa.diaspora_android"
|
||||
tools:ignore="GoogleAppIndexingWarning">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
|
@ -15,7 +17,8 @@
|
|||
|
||||
<provider
|
||||
android:name="com.github.dfa.diaspora_android.service.HashtagContentProvider"
|
||||
android:authorities="com.github.dfa.diaspora_android.mainactivity" />
|
||||
android:authorities="com.github.dfa.diaspora_android.mainactivity"
|
||||
android:exported="false"/>
|
||||
|
||||
<service
|
||||
android:name="com.github.dfa.diaspora_android.service.FetchPodsService"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue