Skip to content

Commit

Permalink
Merge pull request #56 from prefeiturasp/hotfix/requerimentos-google
Browse files Browse the repository at this point in the history
fix: Remove user permission sem uso pelo aplicativo
  • Loading branch information
rayanemsantos authored Aug 28, 2023
2 parents d8266b5 + 7efdd42 commit be5c7b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="br.gov.sp.prefeitura.sme.plateia">
package="br.gov.sp.prefeitura.sme.plateia"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET"/>

<uses-permission
android:name="android.permission.REQUEST_INSTALL_PACKAGES"
tools:node="remove" />

<application
android:label="${appName}"
android:icon="@mipmap/ic_launcher">
Expand Down

0 comments on commit be5c7b2

Please sign in to comment.