-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAudionyx.webapp
More file actions
80 lines (80 loc) · 11.3 KB
/
Audionyx.webapp
File metadata and controls
80 lines (80 loc) · 11.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="utf-32"?>
<!-- Website 2 APK Builder Project File-->
<Config>
<MetaData>
<Type>Local</Type>
<AppTitle>Audionyx</AppTitle>
<PackageBlock1>com</PackageBlock1>
<PackageBlock2>eightgudbits</PackageBlock2>
<PackageBlock3>audionyx</PackageBlock3>
<VersionName>1.0</VersionName>
<VersionCode>1</VersionCode>
<AppOrientation>Portrait</AppOrientation>
<OutputDir>E:\Audionyx\bin</OutputDir>
</MetaData>
<RuntimeInfo>
<AboutText>App to record and playback audio in real-time.</AboutText>
<sharetext></sharetext>
<ExitText></ExitText>
<ErrorPage>Default</ErrorPage>
<SplashImg>Default</SplashImg>
<AppIconImg>E:\Audionyx\src\appicon.png</AppIconImg>
<CacheMode>HighCache</CacheMode>
<URLprotocol>HTTP</URLprotocol>
<WebURL>E:\Audionyx\src</WebURL>
<SplashDuration>0</SplashDuration>
<ProgressWheelInt>2</ProgressWheelInt>
<ProgressBarDefault>True</ProgressBarDefault>
<ProgressWheel />
</RuntimeInfo>
<AdMob>
<AdMob_Banner_ID></AdMob_Banner_ID>
<AdMob_Interstitial_ID></AdMob_Interstitial_ID>
<AdMob_Interstitial_Interval></AdMob_Interstitial_Interval>
</AdMob>
<Extras>
<gestureZoom>False</gestureZoom>
<ZoomControls>False</ZoomControls>
<scrollbars>False</scrollbars>
<textselect>False</textselect>
<formdata>False</formdata>
<fullscreen>True</fullscreen>
<enableJsApi>False</enableJsApi>
<httpsOnly>False</httpsOnly>
<extlinkcheck>False</extlinkcheck>
<confexitcheck>False</confexitcheck>
<promptgps>False</promptgps>
<DisallowScreenshot>False</DisallowScreenshot>
<AllowFileAccess>False</AllowFileAccess>
<AllowCrossOrigin>False</AllowCrossOrigin>
<AppToolBar>False</AppToolBar>
<LiveToolBarTitle>False</LiveToolBarTitle>
<ShowHomeButton>False</ShowHomeButton>
<PullToRefresh>False</PullToRefresh>
<hideMobileCheck>False</hideMobileCheck>
<hideWebViewCheck>False</hideWebViewCheck>
<desktopMode>False</desktopMode>
</Extras>
<Permissions>
<INTERNET>true</INTERNET>
<ACCESS_COARSE_LOCATION>false</ACCESS_COARSE_LOCATION>
<ACCESS_FINE_LOCATION>false</ACCESS_FINE_LOCATION>
<CAMERA>false</CAMERA>
<READ_EXTERNAL_STORAGE>false</READ_EXTERNAL_STORAGE>
<WRITE_EXTERNAL_STORAGE>false</WRITE_EXTERNAL_STORAGE>
<RECORD_AUDIO>true</RECORD_AUDIO>
<VIBRATE>false</VIBRATE>
</Permissions>
<PushConfig>
<PushIcon />
<GJsonFile>No File Selected...</GJsonFile>
<AskUser>False</AskUser>
<PreventOverlap>False</PreventOverlap>
</PushConfig>
<MaterialColor>
<ColorPrimary>212121</ColorPrimary>
<ColorPrimaryDark>000000</ColorPrimaryDark>
<ColorLight>484848</ColorLight>
</MaterialColor>
<NavXmlData><root></root></NavXmlData>
</Config>