File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
soot-infoflow-android/src/soot/jimple/infoflow/android/manifest Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -681,26 +681,4 @@ else if (intentFilter.getTag().equals("category") && intentFilter.getAttribute("
681681
682682 return allLaunchableActivities ;
683683 }
684-
685- public void test () {
686- this .axml .getDocument ().setRootNode (manifest );
687- byte [] axmlBA = this .axml .toByteArray ();
688- try {
689- FileOutputStream fileOuputStream = new FileOutputStream ("./AndroidManifest.xml" );
690- fileOuputStream .write (axmlBA );
691- fileOuputStream .close ();
692- List <File > fileList = new ArrayList <File >();
693-
694- File newManifest = new File ("./AndroidManifest.xml" );
695-
696- fileList .add (newManifest );
697-
698- this .apk .addFilesToApk (fileList );
699-
700- } catch (IOException e ) {
701- e .printStackTrace ();
702- }
703-
704- }
705-
706684}
You can’t perform that action at this time.
0 commit comments