Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangnv65 committed May 11, 2021
1 parent 40a2b9b commit c845c6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ExtendedBeagleLib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
<manifest package="com.vt.extendedbeaglelib"
xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:allowBackup="true"
android:usesCleartextTraffic="true"
android:label="@string/app_name"
android:supportsRtl="true">

<activity android:name=".base.AppBeagleActivity">
</activity>

</application>

</manifest>

0 comments on commit c845c6a

Please sign in to comment.