Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はAndroidプログラムを持っています。ウェブサイトにリクエストを送信したいのですが、その後、サーバーがブラウザにアクセスせずにコマンドを実行する必要があります。
これは可能ですか?たとえば、ある時点で、私のコードは次のようになります。
Intent intent1 = new Intent(Intent.ACTION_VIEW,Uri.parse("http://xxxxxxx);
もちろん、これはブラウザを開きます。どうすればこれを回避できますか?