How can I get back photos that say "file not found" on Viber
- By Unforgiven
- Ask a question
- 1 Replies
@ViberMedia used to check in here from time to time. Let's hope they still have notifications turned on and get the signal. 

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
That Nebraska team could have been one of the great college teams of all time but they lost in the Orange Bowl vs Miami which decided the national championship at the time.
Yes, your right. I'm having a brain dead day.Hit the equal button and the decimal answer shows. photo is from my Pixel 7 calculator
import android.os.Bundle;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import androidx.appcompat.app.AppCompatActivity;
public class MainActivity extends AppCompatActivity {
private WebView webView;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
webView = findViewById(R.id.webview);
webView.setWebViewClient(new WebViewClient());
webView.loadUrl("https://www.example.com");
}
@Override
public void onBackPressed() {
if (webView.canGoBack()) {
webView.goBack();
} else {
super.onBackPressed();
}
}
}
<uses-permission android:name="android.permission.INTERNET"/>
<WebView
android:id="@+id/webview"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
Many thanks for your helpful response. After much experimentation, I discovered a message suggesting there was an Android Gradle Plugin update avaiable (I thought I'd done that, but maybe not). After upgrading to APG 4.2.2, I was able to get my project to build (after fixing a couple of other minor errors on the way).
I now have a load of "deprecated" messages but I can look into those in due course.
Thanks again for your help.
I'm going to close this as it is "shady" but I do appreciate the OPs sensitivity. Thank you very much!I apologise if this is breaking the rules here. In my country you're allowed to copy media if you don't distrubute the copy.