Initial commit
This commit is contained in:
commit
3070582aa4
48 changed files with 1448 additions and 0 deletions
5
pgLabII.Android/Properties/AndroidManifest.xml
Normal file
5
pgLabII.Android/Properties/AndroidManifest.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<application android:label="pgLabII" android:icon="@drawable/Icon" />
|
||||
</manifest>
|
||||
Loading…
Add table
Add a link
Reference in a new issue