b2科目四模拟试题多少题驾考考爆了怎么补救
b2科目四模拟试题多少题 驾考考爆了怎么补救

如何在Android OS 4.0中创建默认浏览器应用程序

电脑杂谈  发布时间:2020-03-08 21:01:53  来源:网络整理

chrome os android_android os 4.0_android os 41是什么系统

I downloaded the source code of the default Browser application of the android from here

and tried it to build from the eclipse. It is showing various build error in different classes.Main error is due to in import as it is not able to pick the following classes.

chrome os android_android os 4.0_android os 41是什么系统

import android.provider.BrowserContract;
import android.net.WebAddress;
import android.webkit.WebSettings.AutoFillProfile;

and similarly others.I searched it in the documentation of the package of android.provider of android and no such class is mentioned.Looking for the help

android os 41是什么系统_chrome os android_android os 4.0

I have tried the steps provided on this link devmaze.wordpress.com/2011/01/18/… and now it is working fine...

Thanks for your response.But in Source folder the BrowserContract class is exist but in the android.jar the class file is missing.

chrome os android_android os 4.0_android os 41是什么系统

Ok i got your point.Actually they used the annotation hide to hide it from android.jar.So how we can customize the browser app of android.

There is no BrowserContract class in the browser code. It is part of platform_framework_base (github.com/android/platform_frameworks_base/blob/master/core/…),and is tagged hideandroid os 4.0,which means it will not be available in the SDK (and thus won't be in android.jar). What are you trying to do exactly?

android os 41是什么系统_android os 4.0_chrome os android

I am just trying to run the default browser application.But facing the problem because of the hidden API of the SDK.Should i add all the relevant class or is their any workaround for the same

Adding relevant class does not seems feasibleandroid os 4.0, as added class will need others class. You will end up adding almost everything. The only thing i see is to remove/re-implement all the things using hidden API.


本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-143475-1.html

    相关阅读
      发表评论  请自觉遵守互联网相关的政策法规,严禁发布、暴力、反动的言论

      热点图片
      拼命载入中...