Can anyone here share the .java file of “Web” Component. I have a great Idea and I will create an Extension and Share it on the Makeroid Community for 100% Free!
Share it here in the Post or Mail me at doriodocare@gmail.com
Conor
September 27, 2018, 2:02pm
2
We can’t give you the file for our Web component because we’re closed source. However, you can use the file from the App Inventor sources instead
// -*- mode: java; c-basic-offset: 2; -*-
// Copyright 2009-2011 Google, All Rights reserved
// Copyright 2011-2022 MIT, All rights reserved
// Released under the Apache License, Version 2.0
// http://www.apache.org/licenses/LICENSE-2.0
package com.google.appinventor.components.runtime;
import static android.Manifest.permission.INTERNET;
import static android.Manifest.permission.READ_EXTERNAL_STORAGE;
import static android.Manifest.permission.WRITE_EXTERNAL_STORAGE;
import android.app.Activity;
import android.text.TextUtils;
import android.util.Log;
import androidx.annotation.VisibleForTesting;
This file has been truncated. show original
2 Likes