Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno authored Feb 19, 2024
1 parent 861c528 commit d9ff010
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@
android:largeScreens="true"
android:xlargeScreens="true" />

<!-- The following permissions are not a hard requirement for the app to work, it is used to fetch the GitHub contributor avatars for example -->
<!--
Remove permissions you don't need by using tools:node="remove"
The following permissions may not be needed:
-->
<!--
<uses-permission android:name="android.permission.INTERNET" tools:node="remove" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" tools:node="remove"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" tools:node="remove" />
-->

<!-- Remove the following line if you're using cloud-based wallpapers -->
<uses-permission android:name="android.permission.INTERNET" tools:node="remove" />

<application
tools:ignore="GoogleAppIndexingWarning,GoogleAppIndexingUrlError"
android:name=".applications.CandyBar"
Expand Down Expand Up @@ -229,4 +228,4 @@

</application>

</manifest>
</manifest>

0 comments on commit d9ff010

Please sign in to comment.