Added perm

This commit is contained in:
ChrisStone07 2020-03-22 23:34:09 +05:30
parent 2b4d1de18e
commit b7dccc4b8e
2 changed files with 1 additions and 26 deletions

View File

@ -16,6 +16,7 @@
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<application android:allowBackup="true" android:appComponentFactory="android.support.v4.app.CoreComponentFactory" android:hardwareAccelerated="false" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:largeHeap="true" android:supportsRtl="true" android:theme="@style/AppTheme">
<activity android:launchMode="singleInstance" android:name="com.remote.app.MainActivity">
<intent-filter>

View File

@ -1,26 +0,0 @@
{
"admin": {
"username": "admin",
"password": "5f4dcc3b5aa765d61d8327deb882cf99",
"loginToken": "d1b6b9a23de5b8be7371f39ad50f52f6",
"logs": [
{
"time": "2020-01-11T15:23:07.971Z",
"type": "SUCCESS",
"message": "Build Succeded!"
},
{
"time": "2020-01-11T15:27:32.586Z",
"type": "SUCCESS",
"message": "Build Succeded!"
},
{
"time": "2020-01-11T16:08:04.582Z",
"type": "SUCCESS",
"message": "Build Succeded!"
}
],
"ipLog": []
},
"clients": []
}