具体来说,我想在getSharedPreferences
目录中创建一个共享首选项文件,在该目录中,建议Android 6.0应用程序存储设备特定信息,如安装ID和GCM令牌。
但是,Context
中的getDefaultSharedPreferences
方法和PreferenceManager
中的shared_prefs
方法只允许我修改no_backup
目录中的文件。
是否有任何解决方案可以在WebDriverWait wait = new WebDriverWait(driver, 10);
for(int i=0; i<7; i++) {
WebElement element = wait.until(
ExpectedConditions.visibilityOfElementLocated(
By.xpath("//button[@class='-cx-PRIVATE-PostInfo__commentsLoadMoreButtonEnabled']")));
driver.findElement(By.xpath("//button[@class='-cx-PRIVATE-PostInfo__commentsLoadMoreButtonEnabled']")).click();
}
文件夹中存储简单首选项而无需借助自定义解决方案?
答案 0 :(得分:-1)
filesDir
filesDir/../shared_prefs/<preference name>.xml