Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Stretz authored and Stefan Stretz committed Dec 21, 2022
2 parents 2f8da2a + e206792 commit 492a05d
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<application android:label="BODENTIER hoch 4" android:icon="@drawable/icon" android:theme="@android:style/Theme.Material" android:requestLegacyExternalStorage="true">
<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="AIzaSyBhurWvGtiqCWV6yyM1dVi783zuxy0onC4" />
<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="ENTER CODE HERE" />
<activity android:name=".MainActivity" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation" />
<provider android:name="android.support.v4.content.FileProvider" android:authorities="com.kbs.idoapp.fileprovider" android:exported="false" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"></meta-data>
</provider>
<uses-library android:name="org.apache.http.legacy" android:required="false" />
</application>
</manifest>
</manifest>
Loading

0 comments on commit 492a05d

Please sign in to comment.